We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eed0dd commit a77a076Copy full SHA for a77a076
1 file changed
.github/workflows/pytest.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install pytest
29
run: |
30
uv tool install pytest
31
- uv tool install pytest-cov
+ uv add pytest-cov
32
- uses: astral-sh/ruff-action@v3
33
- name: Run the tests
34
run: pytest --cov --cov-report=json:coverage.json tests/
0 commit comments