Skip to content

Commit

Permalink
Ignore Coveralls errors for now
Browse files Browse the repository at this point in the history
Because Covealls has started failing with no code changes.
  • Loading branch information
pcolby committed May 22, 2024
1 parent a74316d commit 7053edc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7053edc

Please sign in to comment.