Skip to content

Commit

Permalink
[GitHub] Use Codecov token when uploading results.
Browse files Browse the repository at this point in the history
The docs say this is not needed for public repositories, but they
recommend using it due to GitHub rate-limiting, at
https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
  • Loading branch information
dracos committed Feb 1, 2024
1 parent aa8dd73 commit f97aebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ jobs:
fail_ci_if_error: true
attempt_limit: 5
attempt_delay: 10000
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f97aebd

Please sign in to comment.