Skip to content

Commit 7574124

Browse files
Update python-package.yml
1 parent dcd5628 commit 7574124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- name: Test with pytest
3737
run: |
3838
cd test
39-
pytest . --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.html --cov=com --cov-report=html
39+
pytest . --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=com --cov-report=xml
4040
- name: Upload pytest test results
4141
uses: actions/upload-artifact@v2
4242
with:
4343
name: pytest-results-${{ matrix.python-version }}
44-
path: /home/runner/work/pycubexr/pycubexr/test/junit/test-results-${{ matrix.python-version }}.html
44+
path: /home/runner/work/pycubexr/pycubexr/test/junit/test-results-${{ matrix.python-version }}.xml
4545
if: ${{ always() }}

0 commit comments

Comments
 (0)