Use term-missing to show uncovered lines in coverage report

This commit is contained in:
Patrick Smith 2018-10-17 15:32:15 -04:00
parent b6c5f89784
commit 4a8c73aef2

View File

@ -2,4 +2,4 @@
norecursedirs = .venv .git node_modules
env =
D:FLASK_ENV=test
addopts = --ignore=tests/acceptance/ --cov=atst --cov-report term --cov-fail-under 90
addopts = --ignore=tests/acceptance/ --cov=atst --cov-report term-missing --cov-fail-under 90