Skip to content

Commit

Permalink
Use codecov token to upload coverage results
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre authored Feb 12, 2024
1 parent 3215c5c commit a1769d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ always() }} && ${{ env.PYTEST_ARGS_COVERAGE }}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a1769d2

Please sign in to comment.