Skip to content

Commit

Permalink
Merge pull request #9508 from ellemouton/ignoreSendCoverageFail
Browse files Browse the repository at this point in the history
.github: ignore Send coverage errors
  • Loading branch information
guggero authored Feb 12, 2025
2 parents 4dbbd83 + a67df68 commit 693b399
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 693b399

Please sign in to comment.