Skip to content

Commit 7acf9f9

Browse files
committed
Fix coverage path
1 parent 31da1e2 commit 7acf9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Run integration tests with coverage
6666
run: |
6767
uv run python -m pytest -v \
68-
--cov=root_mcp_server \
68+
--cov=root_signals_mcp \
6969
--cov-report=xml:integration-coverage.xml \
7070
--cov-report=term
7171

0 commit comments

Comments
 (0)