Skip to content

Commit

Permalink
Upload coverage info
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor authored Nov 4, 2023
1 parent d16dca8 commit d58ddee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,11 @@ jobs:
- name: Test with pytest
run: |
poetry run pytest
poetry run pytest --cov=./
- name: Upload coverage data to coveralls.io
run: |
pip install coveralls
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d58ddee

Please sign in to comment.