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 f23df91 commit bea831f
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 @@ -80,3 +80,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 bea831f

Please sign in to comment.