We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0427dd commit 2a38dc1Copy full SHA for 2a38dc1
1 file changed
.github/workflows/ci.yml
@@ -210,6 +210,7 @@ jobs:
210
parallel: true
211
flag-name: C++ and Python
212
path-to-lcov: coverage.lcov
213
+ fail-on-error: false
214
215
coverage:
216
needs: [filter-changes, main]
@@ -222,6 +223,7 @@ jobs:
222
223
with:
224
github-token: ${{ secrets.GITHUB_TOKEN }}
225
parallel-finished: true
226
227
228
ci-pass:
229
needs: [filter-changes, main, coverage]
0 commit comments