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