Skip to content

Commit

Permalink
export coverage report to xml instead
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Aug 11, 2024
1 parent 01d73cd commit 0c93f55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test:

coverage:
@coverage run -m pytest .
@coverage report -m > coverage.txt
@coverage xml

install:
@poetry install --sync --no-interaction
Expand Down
16 changes: 0 additions & 16 deletions coverage.txt

This file was deleted.

0 comments on commit 0c93f55

Please sign in to comment.