Skip to content

Commit

Permalink
infra: Use Codecov token (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
speller26 committed Mar 4, 2024
1 parent 7bff44e commit 66d5f0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Expand Up @@ -31,4 +31,6 @@ jobs:
tox -e unit-tests
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ strategy.job-index }} == 0

0 comments on commit 66d5f0e

Please sign in to comment.