We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561fc35 commit e88b431Copy full SHA for e88b431
.github/workflows/push.yml
@@ -74,7 +74,7 @@ jobs:
74
run: go test -v -count=1 -coverprofile="coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov" -covermode=atomic ./...
75
-
76
name: Send coverage
77
- uses: shogo82148/actions-goveralls@v1.8.0
+ uses: shogo82148/actions-goveralls@v1.9.0
78
with:
79
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov
80
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}
@@ -85,7 +85,7 @@ jobs:
85
needs: test
86
runs-on: ubuntu-latest
87
steps:
88
- - uses: shogo82148/actions-goveralls@v1.8.0
+ - uses: shogo82148/actions-goveralls@v1.9.0
89
90
parallel-finished: true
91
0 commit comments