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