From: romeroalx Date: Mon, 15 Jul 2024 10:41:57 +0000 (+0200) Subject: gh actions - coveralls: avoid CI failure by setting fail-on-error: false X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15624%2Fhead;p=thirdparty%2Fpdns.git gh actions - coveralls: avoid CI failure by setting fail-on-error: false --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 8b6ab3ed4a..2ab2231ffd 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -107,6 +107,7 @@ jobs: path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov parallel: true allow-empty: true + fail-on-error: false - run: inv ci-make-install - run: ccache -s - run: echo "normalized-branch-name=${{ inputs.branch-name || github.ref_name }}" | tr "/" "-" >> "$GITHUB_ENV" @@ -172,6 +173,7 @@ jobs: path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov parallel: true allow-empty: true + fail-on-error: false collect: needs: @@ -185,6 +187,7 @@ jobs: uses: coverallsapp/github-action@v2 with: parallel-finished: true + fail-on-error: false - name: Install jq and jc run: "sudo apt-get update && sudo apt-get install jq jc" - name: Fail job if any of the previous jobs failed