diff --git a/.github/workflows/testing_ci.yml b/.github/workflows/testing_ci.yml index 43496169..f35211ca 100644 --- a/.github/workflows/testing_ci.yml +++ b/.github/workflows/testing_ci.yml @@ -84,6 +84,7 @@ jobs: - name: Submit the report uses: coverallsapp/github-action@master + continue-on-error: true with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: "coverage.lcov" diff --git a/.github/workflows/testing_daily.yml b/.github/workflows/testing_daily.yml index b71b74ed..707e76a3 100644 --- a/.github/workflows/testing_daily.yml +++ b/.github/workflows/testing_daily.yml @@ -62,6 +62,7 @@ jobs: - name: Submit the report uses: coverallsapp/github-action@master + continue-on-error: true with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: 'coverage.lcov'