Skip to content

Commit f3bb068

Browse files
authored
Update ci.yml
1 parent 5f5d284 commit f3bb068

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: test
2222
run: npm run coverage
2323
- name: Upload coverage reports to Codecov
24-
uses: codecov/codecov-action@v3
24+
uses: codecov/codecov-action@v4
25+
with:
26+
fail_ci_if_error: true
2527
env:
26-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
28+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)