From a0232a5f026ead77d47ad08e67642e76bfcd16b6 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Tue, 21 Nov 2023 08:52:06 -0500 Subject: [PATCH] Extend retry time for code-coverage upload (#20373) --- .github/workflows/ci.yml | 6 +++--- codecov.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d7337dfb..7df182e72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -434,7 +434,7 @@ jobs: directory: coverage/simplecov fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }} attempt_limit: 5 - attempt_delay: 30000 + attempt_delay: 60000 - uses: Wandalen/wretry.action@master with: action: codecov/codecov-action@v3 @@ -443,7 +443,7 @@ jobs: directory: coverage/jest fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }} attempt_limit: 5 - attempt_delay: 30000 + attempt_delay: 60000 - uses: Wandalen/wretry.action@master with: action: codecov/codecov-action@v3 @@ -452,7 +452,7 @@ jobs: directory: coverage/cypress fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }} attempt_limit: 5 - attempt_delay: 30000 + attempt_delay: 60000 CI-status-report: runs-on: ubuntu-latest diff --git a/codecov.yml b/codecov.yml index 488ed6ea4..700c8d4f1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,7 @@ # NB: Run the following command to verify this file is valid # > cat codecov.yml | curl --data-binary @- https://codecov.io/validate +comment: false codecov: ci: - "!buildkite"