Extend retry time for code-coverage upload (#20373)

This commit is contained in:
Mac Siri 2023-11-21 08:52:06 -05:00 committed by GitHub
parent fe8cdacebe
commit a0232a5f02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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"