Use fixed token for CodeCov uploads to deal with recent failures (#96133)
parent
e7b00da662
commit
7ca9f6757a
|
@ -1019,6 +1019,7 @@ jobs:
|
||||||
with: |
|
with: |
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
flags: full-suite
|
flags: full-suite
|
||||||
|
token: ${{ env.CODECOV_TOKEN }}
|
||||||
attempt_limit: 5
|
attempt_limit: 5
|
||||||
attempt_delay: 30000
|
attempt_delay: 30000
|
||||||
- name: Upload coverage to Codecov (partial coverage)
|
- name: Upload coverage to Codecov (partial coverage)
|
||||||
|
@ -1028,5 +1029,6 @@ jobs:
|
||||||
action: codecov/codecov-action@v3.1.3
|
action: codecov/codecov-action@v3.1.3
|
||||||
with: |
|
with: |
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
token: ${{ env.CODECOV_TOKEN }}
|
||||||
attempt_limit: 5
|
attempt_limit: 5
|
||||||
attempt_delay: 30000
|
attempt_delay: 30000
|
||||||
|
|
Loading…
Reference in New Issue