Skip to content

Commit 8c7c043

Browse files
authored
Fail CI if codecov doesn't upload (#638)
1 parent 91d9f3a commit 8c7c043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,6 @@ jobs:
102102
103103
- uses: codecov/codecov-action@v5
104104
with:
105+
fail_ci_if_error: true
105106
token: ${{ secrets.CODECOV_TOKEN }}
106107
verbose: true

0 commit comments

Comments
 (0)