File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ jobs:
385
385
- name : Send coverage
386
386
if : ${{ contains(matrix.args, 'cover=1') }}
387
387
continue-on-error : true
388
- uses : shogo82148 /actions-goveralls@v1
388
+ uses : ziggie1984 /actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
389
389
with :
390
390
path-to-profile : coverage.txt
391
391
flag-name : ' itest-${{ matrix.name }}'
@@ -535,6 +535,8 @@ jobs:
535
535
needs : [unit-test, basic-integration-test]
536
536
runs-on : ubuntu-latest
537
537
steps :
538
- - uses : ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
538
+ - name : Send coverage
539
+ uses : ziggie1984/actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
540
+ continue-on-error : true
539
541
with :
540
542
parallel-finished : true
You can’t perform that action at this time.
0 commit comments