mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 11:31:08 +00:00
Adds coverage command to bw-dev
This commit is contained in:
parent
e8a570b687
commit
afd3b27d78
1 changed files with 3 additions and 0 deletions
3
bw-dev
3
bw-dev
|
@ -103,6 +103,9 @@ case "$CMD" in
|
||||||
pytest)
|
pytest)
|
||||||
runweb pytest --no-cov-on-fail "$@"
|
runweb pytest --no-cov-on-fail "$@"
|
||||||
;;
|
;;
|
||||||
|
pytest_coverage_report)
|
||||||
|
runweb pytest -n 3 --cov-report term-missing "$@"
|
||||||
|
;;
|
||||||
collectstatic)
|
collectstatic)
|
||||||
runweb python manage.py collectstatic --no-input
|
runweb python manage.py collectstatic --no-input
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue