From 1606e70e27acdf038411dc7bd196d40c7e09afe3 Mon Sep 17 00:00:00 2001 From: Pascal Jufer Date: Tue, 23 Aug 2022 08:05:57 +0200 Subject: [PATCH] Ignore issues with coverage step/job --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9582c0c..c1cdb6d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,6 +59,7 @@ jobs: - name: Submit coverage uses: coverallsapp/github-action@master + continue-on-error: true with: github-token: ${{ secrets.github_token }} flag-name: Node.js ${{ matrix.node }} on ${{ matrix.os.name }} @@ -68,6 +69,7 @@ jobs: name: Coverage needs: test runs-on: ubuntu-latest + continue-on-error: true steps: - name: Finish coverage uses: coverallsapp/github-action@master