Skip to content

Commit

Permalink
update GH workflow to publish xml coverage file to codecov so viewabl…
Browse files Browse the repository at this point in the history
…e on the website (#352)

Co-authored-by: Lorin Dawson <[email protected]>
  • Loading branch information
R7L208 and Lorin Dawson authored Jul 21, 2023
1 parent 85f58d3 commit 9f2bbe4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@ jobs:
coverage combine
coverage xml
- name: Publish test coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
files: ./python/coverage.xml

0 comments on commit 9f2bbe4

Please sign in to comment.