Use fixed token for CodeCov uploads to deal with recent failures (#96133)

pull/96257/head
Franck Nijhof 2023-07-10 12:42:55 +02:00 committed by GitHub
parent e7b00da662
commit 7ca9f6757a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1019,6 +1019,7 @@ jobs:
with: |
fail_ci_if_error: true
flags: full-suite
token: ${{ env.CODECOV_TOKEN }}
attempt_limit: 5
attempt_delay: 30000
- name: Upload coverage to Codecov (partial coverage)
@ -1028,5 +1029,6 @@ jobs:
action: codecov/codecov-action@v3.1.3
with: |
fail_ci_if_error: true
token: ${{ env.CODECOV_TOKEN }}
attempt_limit: 5
attempt_delay: 30000