Coverage is tests too
This commit is contained in:
parent
cabc472438
commit
c2d467c15e
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -27,7 +27,7 @@ test *ARGS:
|
||||||
TEST=true ./manage.py test {{ ARGS }}
|
TEST=true ./manage.py test {{ ARGS }}
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
coverage run ./manage.py test --keepdb
|
TEST=true coverage run ./manage.py test --keepdb
|
||||||
coverage report
|
coverage report
|
||||||
coverage html
|
coverage html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue