aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-03-15 09:52:57 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-03-15 09:52:57 +0100
commit5077b0030506b5804d12d795432547b43e44604d (patch)
tree06c80920b00af1f87ba4b08f5ac9bf66a4d2a749
parent82eac2165d3a8bc20abea52d32a1037be8472b69 (diff)
Print missing lines in the coverage report
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
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")