diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-03-15 09:52:57 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-03-15 09:52:57 +0100 |
commit | 5077b0030506b5804d12d795432547b43e44604d (patch) | |
tree | 06c80920b00af1f87ba4b08f5ac9bf66a4d2a749 /check | |
parent | 82eac2165d3a8bc20abea52d32a1037be8472b69 (diff) |
Print missing lines in the coverage report
Diffstat (limited to 'check')
-rwxr-xr-x | check | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |