Skip to content

Commit

Permalink
Add code coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Farris committed May 15, 2024
1 parent 66310c8 commit d836f20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
task setup
venv/bin/poetry run pre-commit uninstall
task test
- name: Upload Coverage
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Generate Documentation
run: |
task docs
Expand Down

0 comments on commit d836f20

Please sign in to comment.