Skip to content

Commit

Permalink
Provide token to upload coverage data to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Oct 31, 2024
1 parent 8066677 commit 7d09966
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 7d09966

Please sign in to comment.