diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |