Skip to content

Commit

Permalink
Update code coverage parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Anja Strunk <[email protected]>
  • Loading branch information
anjastrunk committed Apr 23, 2024
1 parent 667d578 commit 1189574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source = creator
format = text
show_missing = True
skip_empty = True
fail_under = 90

[xml]
output = coverage.xml
2 changes: 1 addition & 1 deletion .github/workflows/build-python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Test with pytest
run: |
python -m pytest --cov --cov-report=xml
coverage report
shell: bash

- name: Code Coverage Report
Expand Down

0 comments on commit 1189574

Please sign in to comment.