Skip to content

Commit

Permalink
coveralls recommends xml if the output is not being interpreted corre…
Browse files Browse the repository at this point in the history
…ctly
  • Loading branch information
cookpa committed Mar 22, 2024
1 parent 291d02b commit 1ecabef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:

- name: Coveralls
uses: coverallsapp/[email protected]
with:
format: python
2 changes: 1 addition & 1 deletion tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $PYCMD test_bugs.py $@

if [[ $COVERAGE -eq 1 ]]; then
coverage combine
coverage html
coverage xml
fi


Expand Down

0 comments on commit 1ecabef

Please sign in to comment.