Skip to content

Commit 02d7f46

Browse files
committed
Move tox requirements into separate files
1 parent bb94ea8 commit 02d7f46

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/test.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,16 @@ jobs:
191191
run: pip install coverage
192192

193193
- name: Combine coverage
194+
run: coverage combine --rcfile=.config/.coveragerc
195+
196+
- name: Upload combined coverage
197+
uses: actions/upload-artifact@v4
198+
with:
199+
name: coverage-combined
200+
path: .coverage
201+
202+
- name: Generate report
194203
run: |
195-
coverage combine --rcfile=.config/.coveragerc
196204
coverage report --rcfile=.config/.coveragerc --format=markdown >> "$GITHUB_STEP_SUMMARY"
197205
coverage html --rcfile=.config/.coveragerc
198206

0 commit comments

Comments
 (0)