Skip to content

Commit e88b431

Browse files
chore: bump shogo82148/actions-goveralls from 1.8.0 to 1.9.0
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](shogo82148/actions-goveralls@v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 561fc35 commit e88b431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: go test -v -count=1 -coverprofile="coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov" -covermode=atomic ./...
7575
-
7676
name: Send coverage
77-
uses: shogo82148/actions-goveralls@v1.8.0
77+
uses: shogo82148/actions-goveralls@v1.9.0
7878
with:
7979
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov
8080
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}
@@ -85,7 +85,7 @@ jobs:
8585
needs: test
8686
runs-on: ubuntu-latest
8787
steps:
88-
- uses: shogo82148/actions-goveralls@v1.8.0
88+
- uses: shogo82148/actions-goveralls@v1.9.0
8989
with:
9090
parallel-finished: true
9191

0 commit comments

Comments
 (0)