meta: fix coverage path

This commit is contained in:
Fischer Moseley 2024-11-27 20:56:20 -08:00
parent cb7e1e4c2a
commit f43732354d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.PHONY: test format clean serve_docs
test:
python3 -m pytest --cov
python3 -m pytest --cov=.
format:
python3 -m ruff check --select I --fix