mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-29 13:01:08 +00:00
don't show coverage report when tests fail
This commit is contained in:
parent
50f61f5d19
commit
e6f6395143
1 changed files with 1 additions and 1 deletions
2
bw-dev
2
bw-dev
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue