Skip to content

Commit 5d4d572

Browse files
committed
Do not fail CI on Codecov upload errors
Update Codecov upload behavior in .github/workflows/testing-ci.yml to set fail_ci_if_error to false. This prevents the workflow from failing when the Codecov upload step encounters transient errors, ensuring CI jobs aren't blocked by Codecov availability or upload issues.
1 parent 3807c62 commit 5d4d572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
7979
files: ./.coverage.py312.xml
80-
fail_ci_if_error: true
80+
fail_ci_if_error: false

0 commit comments

Comments
 (0)