Skip to content

Commit

Permalink
Add codecov token
Browse files Browse the repository at this point in the history
Not necessary for public repos but decreases chance of upload failures
due to GitHub rate limiting.

<codecov/feedback#126>
  • Loading branch information
victorlin committed Jun 26, 2024
1 parent 72ccbff commit 37ba11d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:

- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

build-docs:
Expand Down

0 comments on commit 37ba11d

Please sign in to comment.