Skip to content

Commit a53bfd2

Browse files
committed
GitHub: don't fail CI if coverage upload fails
See lightningnetwork/lnd#9508.
1 parent 6658a2c commit a53bfd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ jobs:
232232
- name: Send coverage
233233
uses: shogo82148/actions-goveralls@v1
234234
if: matrix.unit_type == 'unit-cover'
235+
continue-on-error: true
235236
with:
236237
path-to-profile: coverage.txt
237238
flag-name: 'unit'
@@ -347,5 +348,6 @@ jobs:
347348
runs-on: ubuntu-latest
348349
steps:
349350
- uses: shogo82148/actions-goveralls@v1
351+
continue-on-error: true
350352
with:
351353
parallel-finished: true

0 commit comments

Comments
 (0)