diff --git a/.github/workflows/testing_ci.yml b/.github/workflows/testing_ci.yml index 159f398..b9261ca 100644 --- a/.github/workflows/testing_ci.yml +++ b/.github/workflows/testing_ci.yml @@ -44,6 +44,7 @@ jobs: - name: Submit 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 0da30a5..dc8921a 100644 --- a/.github/workflows/testing_daily.yml +++ b/.github/workflows/testing_daily.yml @@ -48,6 +48,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'