We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745429b commit c0d5a27Copy full SHA for c0d5a27
Makefile
@@ -63,6 +63,7 @@ ci: ## Run CI checks locally
63
uv run pre-commit run --all-files
64
@echo "🧪 Running tests with coverage..."
65
uv run pytest \
66
+ -n auto \
67
--cov=src/stac_auth_proxy \
68
--cov-report=term-missing \
69
--cov-report=html \
0 commit comments