Skip to content

Commit

Permalink
Revert "Ignore Coveralls errors for now"
Browse files Browse the repository at this point in the history
Because the upstream issue with Coveralls has been resolved.

This reverts commit 7053edc.
  • Loading branch information
pcolby committed May 23, 2024
1 parent 7053edc commit 5b8d7db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ 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 @@ -244,7 +243,6 @@ 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 @@ -475,7 +473,6 @@ 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 5b8d7db

Please sign in to comment.