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-Tag: rec-5.1.6~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2d6c037072c6667aebd11f2f541f0a792cb1df5;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 89a7420770..641b74e154 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -112,6 +112,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" @@ -166,6 +167,7 @@ jobs: path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov parallel: true allow-empty: true + fail-on-error: false test-recursor-regression: needs: @@ -213,6 +215,7 @@ jobs: path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov parallel: true allow-empty: true + fail-on-error: false test-recursor-bulk: name: 'test rec *mini* bulk' @@ -258,6 +261,7 @@ jobs: path-to-lcov: $GITHUB_WORKSPACE/coverage.lcov parallel: true allow-empty: true + fail-on-error: false collect: needs: @@ -273,6 +277,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