Skip to content

Commit

Permalink
github: update goveralls tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggie1984 committed Dec 11, 2024
1 parent d6eeaec commit dbe17ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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@713e0a03bdfbe622e727ad7090d1bc7d27bbea08
if: matrix.unit_type == 'btcd unit-cover'
with:
path-to-profile: coverage.txt
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@713e0a03bdfbe622e727ad7090d1bc7d27bbea08
with:
parallel-finished: true

0 comments on commit dbe17ef

Please sign in to comment.