Skip to content

Commit 3c1af0a

Browse files
committed
upload coverage to codecov
1 parent c0e856e commit 3c1af0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/coverage-report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
file: coverage/coverage.json
3030
format: coveralls
3131

32+
- name: Upload to Codecov
33+
uses: codecov/codecov-action@v4
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}
36+
file: coverage/coverage.xml
37+
fail_ci_if_error: false
38+
3239
- name: Publish Coverage Report
3340
uses: irongut/[email protected]
3441
with:

0 commit comments

Comments
 (0)