Skip to content

Commit

Permalink
reverting back to txt-based coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Aug 11, 2024
1 parent 0c93f55 commit f15e0d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ htmlcov/
.coverage.*
.cache
nosetests.xml
coverage.xml
coverage.*
*.cover
*.py,cover
.hypothesis/
Expand Down
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 xml
@coverage report -m > coverage.txt

install:
@poetry install --sync --no-interaction
Expand Down

0 comments on commit f15e0d7

Please sign in to comment.