From 9e1af98b41fade78af8f6cb34ed8322f3823f019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Mon, 20 Sep 2021 00:25:50 +0200 Subject: [PATCH] set continue-on-error: true for coveralls.io upload All other checks shall be continued if the coveralls.io upload fails because of server maintenance --- .github/workflows/build-checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-checks.yml b/.github/workflows/build-checks.yml index eb77c92bcc1..b0ea0ada77f 100644 --- a/.github/workflows/build-checks.yml +++ b/.github/workflows/build-checks.yml @@ -132,6 +132,7 @@ jobs: working-directory: build - name: "Upload Coverage Report to coveralls.io" if: matrix.name == 'coverage' + continue-on-error: true uses: coverallsapp/github-action@master with: flag-name: ubuntu-20.04