Skip to content

Commit

Permalink
add coverage.xml to testing artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
austinwitherspoon committed Aug 22, 2023
1 parent 3087ef1 commit 6a8a367
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pytest-results-${{ matrix.python-version }}
path: junit/test-results-${{ matrix.python-version }}.xml
path: |
junit/test-results-${{ matrix.python-version }}.xml
coverage.xml
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}

0 comments on commit 6a8a367

Please sign in to comment.