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 a839634 commit fa94b00Copy full SHA for fa94b00
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Run tests with pytest
34
run: |
35
- uv run pytest --cov=radar_plotter --cov-report=xml --cov-report=term-missing
+ uv run pytest --cov=src/radar_plotter --cov-report=xml --cov-report=term-missing
36
37
- name: Upload coverage to Codecov
38
uses: codecov/codecov-action@v5
0 commit comments