Skip to content

Commit 5aa7172

Browse files
committed
junit
1 parent 58c9cf9 commit 5aa7172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
hatch -v env create ${{ matrix.env.name }}
5555
- name: Run tests
5656
run: |
57-
hatch run ${{ matrix.env.name }}:run-cov -v --color=yes -n auto
57+
hatch run ${{ matrix.env.name }}:run-cov -v --color=yes -n auto --junitxml=test-data/test-results.xml
5858
hatch run ${{ matrix.env.name }}:cov-combine
5959
hatch run ${{ matrix.env.name }}:coverage xml
6060
- name: upload coverage

0 commit comments

Comments
 (0)