mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-20 05:42:05 +02:00
Merge pull request #9517 from yyforyongyu/fix-coverage
workflows: skip coverage error in job `finish`
This commit is contained in:
commit
2ec972032e
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -385,7 +385,7 @@ jobs:
|
|||||||
- name: Send coverage
|
- name: Send coverage
|
||||||
if: ${{ contains(matrix.args, 'cover=1') }}
|
if: ${{ contains(matrix.args, 'cover=1') }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: shogo82148/actions-goveralls@v1
|
uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
|
||||||
with:
|
with:
|
||||||
path-to-profile: coverage.txt
|
path-to-profile: coverage.txt
|
||||||
flag-name: 'itest-${{ matrix.name }}'
|
flag-name: 'itest-${{ matrix.name }}'
|
||||||
@ -535,6 +535,8 @@ jobs:
|
|||||||
needs: [unit-test, basic-integration-test]
|
needs: [unit-test, basic-integration-test]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
|
- name: Send coverage
|
||||||
|
uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user