more tests

This commit is contained in:
Kenneth Kehl
2025-07-02 11:56:11 -07:00
parent b0c910ee6f
commit b5fdc76a4e
5 changed files with 8 additions and 8 deletions

View File

@@ -105,7 +105,7 @@ test: ## Run tests and create coverage report
poetry run coverage run --omit=*/migrations/*,*/tests/* -m pytest --maxfail=10
## TODO set this back to 95 asap
poetry run coverage report -m --fail-under=93
poetry run coverage report -m --fail-under=94
poetry run coverage html -d .coverage_cache
.PHONY: test-debug