We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c9cf9 commit 5aa7172Copy full SHA for 5aa7172
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
hatch -v env create ${{ matrix.env.name }}
55
- name: Run tests
56
run: |
57
- hatch run ${{ matrix.env.name }}:run-cov -v --color=yes -n auto
+ hatch run ${{ matrix.env.name }}:run-cov -v --color=yes -n auto --junitxml=test-data/test-results.xml
58
hatch run ${{ matrix.env.name }}:cov-combine
59
hatch run ${{ matrix.env.name }}:coverage xml
60
- name: upload coverage
0 commit comments