Skip to content

Commit

Permalink
Publish code coverage report
Browse files Browse the repository at this point in the history
Close #28
  • Loading branch information
physikerwelt authored Feb 10, 2024
1 parent 312f05b commit cab4dbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
run: |
coverage run -m pytest
coverage report -m
- name: Test & publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}

0 comments on commit cab4dbf

Please sign in to comment.