Skip to content

Commit

Permalink
Configure codecov token for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Mar 13, 2024
1 parent 072eb4b commit 33e4cf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ jobs:
coverage xml
shell: bash
- name: Upload coverage report
uses: codecov/codecov-action@v4
if: matrix.python != 'pypy3'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

package-source:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 33e4cf2

Please sign in to comment.