Skip to content

Commit 2a38dc1

Browse files
authored
Do not fail CI when coveralls.io is not available. (#3835)
1 parent c0427dd commit 2a38dc1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ jobs:
210210
parallel: true
211211
flag-name: C++ and Python
212212
path-to-lcov: coverage.lcov
213+
fail-on-error: false
213214

214215
coverage:
215216
needs: [filter-changes, main]
@@ -222,6 +223,7 @@ jobs:
222223
with:
223224
github-token: ${{ secrets.GITHUB_TOKEN }}
224225
parallel-finished: true
226+
fail-on-error: false
225227

226228
ci-pass:
227229
needs: [filter-changes, main, coverage]

0 commit comments

Comments
 (0)