We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62b360 commit 064f10dCopy full SHA for 064f10d
Makefile
@@ -133,8 +133,9 @@ test-gcs: ## Run tests marked with @pytest.mark.gcs
133
sh ./dev/run-gcs-server.sh
134
$(TEST_RUNNER) pytest tests/ -m gcs $(PYTEST_ARGS)
135
136
-test-coverage: COVERAGE=1
137
-test-coverage: test test-integration test-s3 test-adls test-gcs coverage-report ## Run all tests with coverage and report
+test-coverage: ## Run all tests with coverage and report
+ $(MAKE) COVERAGE=1 test test-integration test-s3 test-adls test-gcs
138
+ $(MAKE) coverage-report
139
140
coverage-report: ## Combine and report coverage
141
uv run $(PYTHON_ARG) coverage combine
0 commit comments