Skip to content

Commit cff3dc1

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

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
@@ -98,7 +98,7 @@ jobs:
9898
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
9999
with:
100100
directory: ./reports/
101-
fail_ci_if_error: true
101+
fail_ci_if_error: false
102102
flags: ${{ matrix.python-version }}
103103
report_type: test_results
104104
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)