Skip to content

Commit

Permalink
Merge pull request #9517 from yyforyongyu/fix-coverage
Browse files Browse the repository at this point in the history
workflows: skip coverage error in job `finish`
  • Loading branch information
guggero authored Feb 13, 2025
2 parents d5ac05c + 2b0c25e commit 2ec9720
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ jobs:
- name: Send coverage
if: ${{ contains(matrix.args, 'cover=1') }}
continue-on-error: true
uses: shogo82148/actions-goveralls@v1
uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
with:
path-to-profile: coverage.txt
flag-name: 'itest-${{ matrix.name }}'
Expand Down Expand Up @@ -535,6 +535,8 @@ jobs:
needs: [unit-test, basic-integration-test]
runs-on: ubuntu-latest
steps:
- uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
- name: Send coverage
uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
continue-on-error: true
with:
parallel-finished: true

0 comments on commit 2ec9720

Please sign in to comment.