Skip to content

Commit c08606a

Browse files
author
Lorin Dawson
committed
update GH workflow to publish xml coverage file to codecov so viewable on the website
1 parent 776218e commit c08606a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,7 @@ jobs:
7171
coverage combine
7272
coverage xml
7373
- name: Publish test coverage
74-
uses: codecov/codecov-action@v1
74+
uses: codecov/codecov-action@v3
75+
with:
76+
fail_ci_if_error: true
77+
files: ./python/coverage.xml

0 commit comments

Comments
 (0)