From e92862213e1c952b271b883bc5314b5dee73e53e Mon Sep 17 00:00:00 2001 From: blotus Date: Tue, 21 Sep 2021 12:45:38 +0200 Subject: [PATCH] allow coveralls job to fail, as it is down :( (#984) --- .github/workflows/ci_go-test.yml | 1 + 1 file changed, 1 insertion(+) 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