Merge pull request #9508 from ellemouton/ignoreSendCoverageFail

.github: ignore Send coverage errors
This commit is contained in:
Oliver Gugger 2025-02-12 05:23:29 -06:00 committed by GitHub
commit 693b3991ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -262,6 +262,7 @@ jobs:
- name: Send coverage
uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
if: matrix.unit_type == 'btcd unit-cover'
continue-on-error: true
with:
path-to-profile: coverage.txt
flag-name: 'unit'
@ -315,6 +316,7 @@ jobs:
- name: Send coverage
if: ${{ contains(matrix.args, 'cover=1') }}
continue-on-error: true
uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
with:
path-to-profile: coverage.txt
@ -382,6 +384,7 @@ jobs:
- name: Send coverage
if: ${{ contains(matrix.args, 'cover=1') }}
continue-on-error: true
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.txt