Do not fail CI when coveralls.io is not available. (#3835)

This commit is contained in:
GuySten 2026-02-25 23:04:00 +02:00 committed by GitHub
parent c0427dd40a
commit 2a38dc11ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -210,6 +210,7 @@ jobs:
parallel: true
flag-name: C++ and Python
path-to-lcov: coverage.lcov
fail-on-error: false
coverage:
needs: [filter-changes, main]
@ -222,6 +223,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
fail-on-error: false
ci-pass:
needs: [filter-changes, main, coverage]