Skip to content

Commit

Permalink
fix uploading code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
p7g committed May 29, 2024
1 parent 32b515c commit 05dbdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
- name: upload coverage
run: pip install coveralls && coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: print coverage
run: pip install coverage && coverage report

0 comments on commit 05dbdd5

Please sign in to comment.