From a87b6d95cc40e52b4a50b5955cf30daf157b2d34 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 20 Aug 2025 17:25:17 +0100 Subject: [PATCH] Don't fail the CI job if Coveralls is down --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c4f4bc..17ad343 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,6 +80,7 @@ jobs: - name: Upload code coverage to Coveralls uses: coverallsapp/github-action@v2 + continue-on-error: true # Need to rebuild the FFI wrapper so that its binary is given a filename # without a hash.