don't show coverage report when tests fail

This commit is contained in:
Mouse Reeve 2021-01-04 10:08:23 -08:00
parent 50f61f5d19
commit e6f6395143

2
bw-dev
View file

@ -83,7 +83,7 @@ case "$1" in
;; ;;
pytest) pytest)
shift 1 shift 1
execweb pytest "$@" execweb pytest --no-cov-on-fail "$@"
;; ;;
test_report) test_report)
execweb coverage report execweb coverage report