Skip to content

Commit 4e8178f

Browse files
authored
chore: Allow coveralls step to fail in CI without failing the job (#4240)
Coveralls seem to have an outage which blocks our CI. Given that its not a required check right, seems like the actual step should be optional. Signed-off-by: Adam Gutglick <[email protected]>
1 parent 00bc545 commit 4e8178f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ jobs:
323323
-o ${{ env.GRCOV_OUTPUT_FILE }}
324324
- name: Coveralls
325325
uses: coverallsapp/github-action@v2
326+
continue-on-error: true
326327
with:
327328
parallel: true
328329
flag-name: run-${{ matrix.suite }}
@@ -335,6 +336,7 @@ jobs:
335336
steps:
336337
- name: Close parallel build
337338
uses: coverallsapp/github-action@v2
339+
continue-on-error: true
338340
with:
339341
parallel-finished: true
340342
carryforward: "run-tests,run-tpc-h,run-ffi"

0 commit comments

Comments
 (0)