Skip to content

Commit

Permalink
Merge pull request #13 from timkpaine/timkpaine-patch-1
Browse files Browse the repository at this point in the history
publish test results to PR
  • Loading branch information
timkpaine committed Feb 25, 2022
2 parents 705bbbe + df1c9a9 commit deb7c78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,11 @@ jobs:
path: python_junit.xml
if: ${{ always() }}

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
with:
files: python_junit.xml
if: ${{ github.event_name == matrix.event-name || matrix.os == 'ubuntu-latest' }}

- name: Upload coverage
uses: codecov/codecov-action@v1

0 comments on commit deb7c78

Please sign in to comment.