Skip to content

Commit

Permalink
Use token for uploading coverage info to codecov
Browse files Browse the repository at this point in the history
Use the secret token from my codecov profile to upload coverage info
to hopefully avoid hitting the rate limit
  • Loading branch information
laudrup committed Aug 1, 2024
1 parent eb65f9e commit 23b7ed2
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 @@ -45,6 +45,8 @@ jobs:

- name: Upload code coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: build/cobertura.xml
fail_ci_if_error: true

0 comments on commit 23b7ed2

Please sign in to comment.