Skip to content

Commit 2ec9720

Browse files
authored
Merge pull request #9517 from yyforyongyu/fix-coverage
workflows: skip coverage error in job `finish`
2 parents d5ac05c + 2b0c25e commit 2ec9720

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
- name: Send coverage
386386
if: ${{ contains(matrix.args, 'cover=1') }}
387387
continue-on-error: true
388-
uses: shogo82148/actions-goveralls@v1
388+
uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
389389
with:
390390
path-to-profile: coverage.txt
391391
flag-name: 'itest-${{ matrix.name }}'
@@ -535,6 +535,8 @@ jobs:
535535
needs: [unit-test, basic-integration-test]
536536
runs-on: ubuntu-latest
537537
steps:
538-
- uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
538+
- name: Send coverage
539+
uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
540+
continue-on-error: true
539541
with:
540542
parallel-finished: true

0 commit comments

Comments
 (0)