We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3678314 commit fd75ec1Copy full SHA for fd75ec1
1 file changed
Makefile
@@ -31,6 +31,7 @@ lint: ## Run pep8, black, mypy linters.
31
32
.PHONY: test
33
test: lint ## Run tests and generate coverage report.
34
+ set -e
35
$(ENV_PREFIX)uv run pytest -v --cov-config .coveragerc --cov=grnndata -l --tb=short --maxfail=1 tests/
36
$(ENV_PREFIX)uv run coverage xml
37
$(ENV_PREFIX)uv run coverage html
0 commit comments