Skip to content

Commit dd36f13

Browse files
committed
Don't fail CI on codecov upload errors
1 parent 7b35ee7 commit dd36f13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- uses: codecov/codecov-action@v4
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
35-
fail_ci_if_error: true
35+
fail_ci_if_error: false
3636
verbose: true

0 commit comments

Comments
 (0)