Skip to content

Commit 309db3e

Browse files
Merge pull request #2120 from VWS-Python/codecov-token
Fail on Codecov failure, and use token to fix upload
2 parents 2224b48 + 7f6cf21 commit 309db3e

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)