Improve test target: enable branch coverage, additional HTML output

This commit is contained in:
f4lco
2019-01-27 18:39:18 +01:00
parent 3f73916814
commit 7e5879a6ba
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -2,3 +2,5 @@
.idea
.pytest_cache
/.coverage
/htmlcov
+1 -1
View File
@@ -11,7 +11,7 @@ debug:
FLASK_ENV=development $(RUN)
test:
pipenv run python -m pytest -v --cov stw_potsdam
pipenv run python -m pytest -v --cov-branch --cov stw_potsdam --cov-report term --cov-report html
test_debug:
pipenv run python -m pytest -v --trace