Skip to content

Commit

Permalink
Merge pull request #701 from pypa/codecov-token
Browse files Browse the repository at this point in the history
Provide token to upload coverage data to codecov
  • Loading branch information
takluyver authored Oct 31, 2024
2 parents 8066677 + 7d09966 commit 2ab70a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
run: tox

- name: Codecov upload
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: codecov

test-py36:
Expand All @@ -63,6 +65,8 @@ jobs:
run: tox

- name: Codecov upload
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: codecov


Expand Down

0 comments on commit 2ab70a3

Please sign in to comment.