Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 797979c

Browse files
authored
Update build.yml
1 parent 3940982 commit 797979c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- name: Upload coverage to Codecov
2626
uses: codecov/codecov-action@v4
2727
with:
28+
fail_ci_if_error: true
2829
file: ./coverage.out
30+
token: ${{ secrets.CODECOV_TOKEN }}
2931

3032
compatibility:
3133
strategy:

0 commit comments

Comments
 (0)