From d486010eeb80814f2e8901d4b16d288003024f59 Mon Sep 17 00:00:00 2001 From: Jonathan Jin Date: Wed, 10 Apr 2024 18:04:52 -0400 Subject: [PATCH] CI: make code coverage upload failure non-fatal --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f83d2f1..51d200b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -81,6 +81,7 @@ jobs: - name: Upload coverage if: steps.install.outcome == 'success' && steps.install.conclusion == 'success' uses: codecov/codecov-action@v2 + continue-on-error: true with: env_vars: EMACS_VERSION files: ./coverage/unit/lcov-buttercup.info,./coverage/integration/lcov-buttercup.info