Skip to content

Commit a2f21ae

Browse files
WilliamBergaminClaude
andauthored
ci: do not fail CI when Codecov test-results upload errors (#1552)
Co-authored-by: Claude <svc-devxp-claude@slack-corp.com>
1 parent 5a0cfb8 commit a2f21ae

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)