We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd5628 commit 7574124Copy full SHA for 7574124
.github/workflows/python-package.yml
@@ -36,10 +36,10 @@ jobs:
36
- name: Test with pytest
37
run: |
38
cd test
39
- pytest . --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.html --cov=com --cov-report=html
+ pytest . --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=com --cov-report=xml
40
- name: Upload pytest test results
41
uses: actions/upload-artifact@v2
42
with:
43
name: pytest-results-${{ matrix.python-version }}
44
- path: /home/runner/work/pycubexr/pycubexr/test/junit/test-results-${{ matrix.python-version }}.html
+ path: /home/runner/work/pycubexr/pycubexr/test/junit/test-results-${{ matrix.python-version }}.xml
45
if: ${{ always() }}
0 commit comments