Skip to content

Commit 064f10d

Browse files
committed
fix coverage
1 parent d62b360 commit 064f10d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,9 @@ test-gcs: ## Run tests marked with @pytest.mark.gcs
133133
sh ./dev/run-gcs-server.sh
134134
$(TEST_RUNNER) pytest tests/ -m gcs $(PYTEST_ARGS)
135135

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
136+
test-coverage: ## Run all tests with coverage and report
137+
$(MAKE) COVERAGE=1 test test-integration test-s3 test-adls test-gcs
138+
$(MAKE) coverage-report
138139

139140
coverage-report: ## Combine and report coverage
140141
uv run $(PYTHON_ARG) coverage combine

0 commit comments

Comments
 (0)