Commit b3009db
committed
Make Codecov failures non-blocking in CI workflow
Change fail_ci_if_error from true to false to prevent Codecov upload issues from failing the entire CI build. This is a more resilient configuration that:
- Still uploads code coverage when Codecov service is available
- Prevents transient Codecov API issues from blocking builds
- Allows builds to succeed on forks/branches without Codecov token access
The build and tests are what matter most for CI success; code coverage reporting is supplementary.1 parent 27a46e3 commit b3009db
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments