summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5a7010..9b954e2 100644
--- a/Makefile
+++ b/Makefile
@@ -14,4 +14,4 @@ test:
coverage:
poetry run pytest -s --cov=hircine --cov-report=html
-.PHONY: wheel frontend docs test
+.PHONY: wheel frontend docs test coverage