Skip to content

Commit

Permalink
updated coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Aug 14, 2024
1 parent 795967e commit ab67752
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ htmlcov/
.coverage.*
.cache
nosetests.xml
coverage.*
*.cover
*.py,cover
.hypothesis/
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ SHELL := /bin/bash
test:
@poetry run pytest .

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

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

Expand Down

0 comments on commit ab67752

Please sign in to comment.