We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e5704 commit 6d238b2Copy full SHA for 6d238b2
1 file changed
.github/workflows/main.yml
@@ -86,7 +86,7 @@ jobs:
86
env:
87
QT_API: ${{ matrix.qt-version }}
88
with:
89
- run: uv run coverage run -m pytest --verbose tests/ && uv run coverage report -m
+ run: uv run coverage run -m pytest --verbose tests/
90
91
# combine-coverage:
92
# needs: tests
0 commit comments