summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 73b7aae..9b954e2 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,9 @@ docs:
poetry run sphinx-build -Wb html -j auto -d .doctrees/ docs/ src/hircine/static/help
test:
- poetry run pytest -qs -W ignore::DeprecationWarning
+ poetry run pytest -qs
coverage:
poetry run pytest -s --cov=hircine --cov-report=html
-.PHONY: wheel frontend docs test
+.PHONY: wheel frontend docs test coverage