1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-04-25 11:44:17 +00:00

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)
shift 1
execweb pytest "$@"
execweb pytest --no-cov-on-fail "$@"
;;
test_report)
execweb coverage report