Skip to content

Commit

Permalink
Generate the coverage report in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
  • Loading branch information
bmmtstb committed Apr 2, 2024
1 parent 14f4d51 commit e7365a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,15 @@ jobs:
run: |
TQDM_DISABLE=1 coverage run -m unittest discover -s ./tests/ -p "test__*.py"
- name: Create Coverage Report
run: |
coverage xml --quiet
coverage report
- name: Generate Code Coverage Summary Report
uses: irongut/[email protected]
with:
filename: coverage/coverage.xml
filename: ./coverage/coverage.xml
badge: true
fail_below_min: true
format: markdown
Expand Down

0 comments on commit e7365a0

Please sign in to comment.