From fef378fde88dee0db4523074b3568c5ff2c4626a Mon Sep 17 00:00:00 2001 From: Thomas Kemmer Date: Thu, 20 Feb 2025 13:36:03 +0100 Subject: [PATCH] Show missing lines in tox coverage report. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f8acabc..00a8961 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ deps = pytest pytest-cov commands = - py.test --basetemp={envtmpdir} --cov=cachetools {posargs} + py.test --basetemp={envtmpdir} --cov=cachetools --cov-report term-missing {posargs} [testenv:check-manifest] deps =