Skip to content

Commit 7ca5074

Browse files
authored
fix codecov (#96)
rollback codecov version to v4 instead of v4.0.1
1 parent 0d3d520 commit 7ca5074

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-dev.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,13 @@ jobs:
107107

108108
- name: Upload coverage to Codecov
109109
if: steps.dl.outcome == 'success'
110-
uses: codecov/[email protected]
110+
uses: codecov/codecov-action@v4
111+
env:
112+
CI: true
111113
with:
112114
token: ${{ secrets.CODECOV_TOKEN }}
113115
files: coverage.xml
116+
fail_ci_if_error: true
114117

115118
- name: Skip note (no Ubuntu 3.13 artifact found)
116119
if: steps.dl.outcome != 'success'

0 commit comments

Comments
 (0)