Skip to content

Commit 33c7760

Browse files
committed
Update ci.yml
1 parent 8703cf3 commit 33c7760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
with: {name: python-distribution-files, path: dist/}
7575
- name: Run tests
7676
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+
7778
# - name: Generate coverage report
7879
# run: pipx run coverage lcov -o coverage.lcov
7980
# - name: Upload partial coverage report

0 commit comments

Comments
 (0)