Skip to content

Commit

Permalink
Merge pull request #9348 from ziggie1984/update-goveralls
Browse files Browse the repository at this point in the history
github: update goveralls tool
  • Loading branch information
guggero authored Dec 12, 2024
2 parents e68b2ad + c6bdbbe commit fdb43c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
run: make ${{ matrix.unit_type }}

- name: Send coverage
uses: shogo82148/actions-goveralls@v1
uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
if: matrix.unit_type == 'btcd unit-cover'
with:
path-to-profile: coverage.txt
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:

- name: Send coverage
if: ${{ contains(matrix.args, 'cover=1') }}
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 @@ -434,6 +434,6 @@ jobs:
needs: [unit-test, ubuntu-integration-test]
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
- uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
with:
parallel-finished: true

0 comments on commit fdb43c0

Please sign in to comment.