Skip to content

Commit

Permalink
馃挌 Fix coverage report format
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed May 8, 2024
1 parent 6db2e74 commit 223ed6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ htmlcov/
.tox/
.nox/
.coverage
coverage.lcov
.coverage.*
.cache
nosetests.xml
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typecheck:
poetry run mypy --strict anystore

test:
poetry run pytest -v --capture=sys --cov=anystore --cov-report term-missing
poetry run pytest -v --capture=sys --cov=anystore --cov-report=lcov

build:
poetry run build
Expand Down

0 comments on commit 223ed6d

Please sign in to comment.