Skip to content

Commit 7f6cf21

Browse files
committed
Fail on Codecov failure, and use token to fix upload
1 parent 2224b48 commit 7f6cf21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ jobs:
5151
5252
- name: "Upload coverage to Codecov"
5353
uses: "codecov/codecov-action@v4"
54+
with:
55+
fail_ci_if_error: true
56+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)