diff --git a/justfile b/justfile index 63ac430..3975fd0 100644 --- a/justfile +++ b/justfile @@ -27,7 +27,7 @@ test *ARGS: TEST=true ./manage.py test {{ ARGS }} coverage: - coverage run ./manage.py test --keepdb + TEST=true coverage run ./manage.py test --keepdb coverage report coverage html