From 7053edc7635a3c2e48f4a2ab2ac4334e3c71b8c1 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Wed, 22 May 2024 20:50:21 +1000 Subject: [PATCH] Ignore Coveralls errors for now Because Covealls has started failing with no code changes. --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f987d50e6..f556b26db 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -115,6 +115,7 @@ jobs: format: lcov flag-name: linux-${{ matrix.env.cc }}-${{ matrix.qt }} parallel: true + continue-on-error: true - name: Build AppImage run: cmake --build "$RUNNER_TEMP" --target cli-appimage - name: Upload build artifacts @@ -243,6 +244,7 @@ jobs: format: lcov flag-name: mac-${{ matrix.env.cc }}-${{ matrix.qt }} parallel: true + continue-on-error: true - name: Make app bundle run: macdeployqt "$RUNNER_TEMP/src/cli/dokit.app" -dmg -verbose=2 - name: Upload artifacts @@ -473,6 +475,7 @@ jobs: uses: coverallsapp/github-action@v2 with: parallel-finished: true + continue-on-error: true update-tests-on-doc-branch: runs-on: ubuntu-latest