Skip to content

Commit f03a582

Browse files
authoredMay 3, 2024··
fix(infra): codecoverage token addition (#600)
1 parent 20aca33 commit f03a582

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/validate.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838
FORCE_COLOR: true
3939

4040
- name: ⬆️ Upload coverage report
41-
uses: codecov/codecov-action@v1
41+
uses: codecov/codecov-action@v4
42+
with:
43+
fail_ci_if_error: true
44+
token: ${{ secrets.CODECOV_TOKEN }}
4245

4346
release:
4447
needs: main

0 commit comments

Comments
 (0)
Please sign in to comment.