From 02cbb7c65c1f627d1c621863327784316f1182e9 Mon Sep 17 00:00:00 2001 From: Jerry Gamblin Date: Thu, 9 Apr 2026 12:49:00 -0500 Subject: [PATCH] ci: don't fail build on codecov upload errors Codecov upload failures (e.g. token issues on Dependabot PRs) should not block CI. Unblocks #608. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/nativeruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nativeruby.yml b/.github/workflows/nativeruby.yml index b88870fd..2e6cdeba 100644 --- a/.github/workflows/nativeruby.yml +++ b/.github/workflows/nativeruby.yml @@ -23,7 +23,7 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5 with: - fail_ci_if_error: true # optional (default = false) + fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} verbose: true # optional (default = false)