From 5077b0030506b5804d12d795432547b43e44604d Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 15 Mar 2022 09:52:57 +0100 Subject: Print missing lines in the coverage report --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check') diff --git a/check b/check index 20fd276..026c9f7 100755 --- a/check +++ b/check @@ -20,7 +20,7 @@ case $SUBCMD in nose2-3 $COVER_OPT --log-level=ERROR -B --log-capture $* ;; "coverage") - nose2-3 --with-coverage --coverage-report=term \ + nose2-3 --with-coverage --coverage-report=term-missing \ --log-level=ERROR -B --log-capture $* ;; "qa") -- cgit v1.2.3