Skip to content

Commit

Permalink
Add codecov token
Browse files Browse the repository at this point in the history
This should help use avoid rate limits with the GitHub CI which lead to CI failures.
  • Loading branch information
bernhardmgruber committed Sep 5, 2022
1 parent 23814e1 commit e937dfe
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 @@ -101,6 +101,7 @@ jobs:
- name: upload coverage report
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

Expand Down

0 comments on commit e937dfe

Please sign in to comment.