Skip to content

Commit 980c21e

Browse files
chore: bump shogo82148/actions-goveralls from 1.9.1 to 1.10.0 (#117)
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](shogo82148/actions-goveralls@v1.9.1...v1.10.0) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent deb878f commit 980c21e

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
@@ -57,7 +57,7 @@ jobs:
5757
- name: Test
5858
run: go test -v -count=1 -coverprofile="coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov" -covermode=atomic ./...
5959
- name: Send coverage
60-
uses: shogo82148/actions-goveralls@v1.9.1
60+
uses: shogo82148/actions-goveralls@v1.10.0
6161
with:
6262
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov
6363
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}
@@ -68,7 +68,7 @@ jobs:
6868
needs: test
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: shogo82148/actions-goveralls@v1.9.1
71+
- uses: shogo82148/actions-goveralls@v1.10.0
7272
with:
7373
parallel-finished: true
7474

0 commit comments

Comments
 (0)