diff --git a/.github/workflows/ci_go-test.yml b/.github/workflows/ci_go-test.yml index 599d1899b..9ed22f7ac 100644 --- a/.github/workflows/ci_go-test.yml +++ b/.github/workflows/ci_go-test.yml @@ -70,6 +70,7 @@ jobs: outfile: coverage.txt - name: Coveralls uses: coverallsapp/github-action@master + continue-on-error: true with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.txt \ No newline at end of file