File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ jobs:
262
262
- name : Send coverage
263
263
uses : ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
264
264
if : matrix.unit_type == 'btcd unit-cover'
265
+ continue-on-error : true
265
266
with :
266
267
path-to-profile : coverage.txt
267
268
flag-name : ' unit'
@@ -315,6 +316,7 @@ jobs:
315
316
316
317
- name : Send coverage
317
318
if : ${{ contains(matrix.args, 'cover=1') }}
319
+ continue-on-error : true
318
320
uses : ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
319
321
with :
320
322
path-to-profile : coverage.txt
@@ -382,6 +384,7 @@ jobs:
382
384
383
385
- name : Send coverage
384
386
if : ${{ contains(matrix.args, 'cover=1') }}
387
+ continue-on-error : true
385
388
uses : shogo82148/actions-goveralls@v1
386
389
with :
387
390
path-to-profile : coverage.txt
You can’t perform that action at this time.
0 commit comments