From 250da0686baaaf598f475483650c53beb825d641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 04:14:39 +0000 Subject: [PATCH] chore: bump shogo82148/actions-goveralls from 1.9.0 to 1.9.1 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b689e9c..67df025 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -75,7 +75,7 @@ jobs: run: go test -v -count=1 -coverprofile="coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov" -covermode=atomic ./... - name: Send coverage - uses: shogo82148/actions-goveralls@v1.9.0 + uses: shogo82148/actions-goveralls@v1.9.1 with: path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }} @@ -86,7 +86,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-goveralls@v1.9.0 + - uses: shogo82148/actions-goveralls@v1.9.1 with: parallel-finished: true