Skip to content

Commit

Permalink
Use fixed token for CodeCov uploads to deal with recent failures (#96133
Browse files Browse the repository at this point in the history
)
  • Loading branch information
frenck authored Jul 10, 2023
1 parent e7b00da commit 7ca9f67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -1028,5 +1029,6 @@ jobs:
action: codecov/[email protected]
with: |
fail_ci_if_error: true
token: ${{ env.CODECOV_TOKEN }}
attempt_limit: 5
attempt_delay: 30000

0 comments on commit 7ca9f67

Please sign in to comment.