Skip to content

Commit 317353e

Browse files
WilliamBergaminClaude
andcommitted
ci: do not fail CI when Codecov test-results upload errors
The "Upload test results to Codecov" step in the unittest job is a best-effort reporting side-channel, not a gate on code correctness. Set fail_ci_if_error to false so a transient Codecov outage or upload error no longer fails an otherwise passing build. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
1 parent 5a0cfb8 commit 317353e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
130130
with:
131131
directory: ./reports/
132-
fail_ci_if_error: true
132+
fail_ci_if_error: false
133133
flags: ${{ matrix.python-version }}
134134
report_type: test_results
135135
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)