From 4a8c73aef2ebadc0bbf03ee7476f22076a66c66c Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Wed, 17 Oct 2018 15:32:15 -0400 Subject: [PATCH] Use `term-missing` to show uncovered lines in coverage report --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 30767796..ecd625dd 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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