From c2d467c15ed9eb4cbe3e00951eae2e5e35506435 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 24 Oct 2022 20:41:30 +0100 Subject: [PATCH] Coverage is tests too --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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