Skip to content

Commit fdb43c0

Browse files
authored
Merge pull request #9348 from ziggie1984/update-goveralls
github: update goveralls tool
2 parents e68b2ad + c6bdbbe commit fdb43c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
run: make ${{ matrix.unit_type }}
221221

222222
- name: Send coverage
223-
uses: shogo82148/actions-goveralls@v1
223+
uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
224224
if: matrix.unit_type == 'btcd unit-cover'
225225
with:
226226
path-to-profile: coverage.txt
@@ -284,7 +284,7 @@ jobs:
284284

285285
- name: Send coverage
286286
if: ${{ contains(matrix.args, 'cover=1') }}
287-
uses: shogo82148/actions-goveralls@v1
287+
uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
288288
with:
289289
path-to-profile: coverage.txt
290290
flag-name: 'itest-${{ matrix.name }}'
@@ -434,6 +434,6 @@ jobs:
434434
needs: [unit-test, ubuntu-integration-test]
435435
runs-on: ubuntu-latest
436436
steps:
437-
- uses: shogo82148/actions-goveralls@v1
437+
- uses: ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
438438
with:
439439
parallel-finished: true

0 commit comments

Comments
 (0)