Skip to content

Commit 03b7d70

Browse files
authored
chore: report coverage failure lines (#1046)
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 2afa3b5 commit 03b7d70

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ set_env =
2828
commands =
2929
pytest -ra --cov --cov-config pyproject.toml \
3030
--cov-report=html:{envdir}/htmlcov --cov-context=test \
31-
--cov-report=xml:{toxworkdir}/coverage.{envname}.xml {posargs:-n auto}
31+
--cov-report=xml:{toxworkdir}/coverage.{envname}.xml \
32+
--cov-report term-missing \
33+
{posargs:-n auto}
3234
dependency_groups =
3335
test
3436

0 commit comments

Comments
 (0)