From fa0d068c3088e2d217023dc8d876522b63a716b4 Mon Sep 17 00:00:00 2001 From: Erwan Date: Mon, 26 Apr 2021 14:43:10 +0200 Subject: [PATCH] Uses continue-on-error in Coverall action --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d18832af..f2942b02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,5 +37,6 @@ jobs: - name: Coveralls uses: coverallsapp/github-action@master + continue-on-error: true with: github-token: ${{ secrets.GITHUB_TOKEN }}