We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60317e4 commit e9243eeCopy full SHA for e9243ee
.github/workflows/test.yml
@@ -85,7 +85,6 @@ jobs:
85
run: uv sync --group dev
86
87
- name: Run tests with coverage
88
- working-directory: src/testproj
89
run: |
90
- uv run coverage run manage.py test testproj
+ uv run coverage run src/testproj/manage.py test testproj.testapp
91
uv run coverage report --fail-under=70
0 commit comments