Skip to content

Commit

Permalink
Create html coverage report for missing code paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiří Janoušek committed Sep 6, 2019
1 parent 8fe356e commit 39afecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ quality:

clean:
find . -name __pycache__ -type d -exec rm -r {} +
rm -rf build .coverage* dist .mypy_cache .tox *.eggs *.egg-info
rm -rf build .coverage* dist htmlcov .mypy_cache .tox *.eggs *.egg-info
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ commands =
coverage combine
coverage report --include=*/tests/* --fail-under=100 --show-missing
coverage report --omit=*/tests/* --show-missing
coverage html --omit=*/tests/* --skip-covered

0 comments on commit 39afecd

Please sign in to comment.