We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8703cf3 commit 33c7760Copy full SHA for 33c7760
.github/workflows/ci.yml
@@ -74,6 +74,7 @@ jobs:
74
with: {name: python-distribution-files, path: dist/}
75
- name: Run tests
76
run: pipx run --python '${{ steps.setup-python.outputs.python-path }}' tox --installpkg '${{ needs.prepare.outputs.wheel-distribution }}' -- -rFEx --durations 10 --color yes --group=${{ matrix.group }} --total-groups=19 # pytest args
77
+
78
# - name: Generate coverage report
79
# run: pipx run coverage lcov -o coverage.lcov
80
# - name: Upload partial coverage report
0 commit comments