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 52d4d06 commit f694586Copy full SHA for f694586
1 file changed
.github/workflows/build_and_test.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Run tests
74
run: |
75
- uv run pytest --cov-report xml:cov.xml --cov=myproj tests/
+ uv run pytest --cov-report xml:cov.xml --cov=src tests/
76
77
- name: Pytest Coverage Comment
78
uses: MishaKav/pytest-coverage-comment@v1.1.56
0 commit comments