Skip to content

Commit fa94b00

Browse files
committed
fix: coverage report path
- Use --cov=src/radar_plotter for better coverage paths
1 parent a839634 commit fa94b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Run tests with pytest
3434
run: |
35-
uv run pytest --cov=radar_plotter --cov-report=xml --cov-report=term-missing
35+
uv run pytest --cov=src/radar_plotter --cov-report=xml --cov-report=term-missing
3636
3737
- name: Upload coverage to Codecov
3838
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)