Skip to content

Commit 9061478

Browse files
chore: update codecov/codecov-action action to v4
1 parent 716f8fc commit 9061478

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ jobs:
3737
run: npm run all
3838
- name: Upload coverage
3939
if: ${{ matrix.integration-deps == '' }}
40-
uses: codecov/codecov-action@v3
40+
uses: codecov/codecov-action@v4
41+
with:
42+
fail_ci_if_error: true
43+
env:
44+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)