From ad757c95029b4dbbc5e30a3716d2b0316f58f680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 04:59:51 +0000 Subject: [PATCH] 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](https://github.com/shogo82148/actions-goveralls/compare/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] --- .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 a9299ae..714a479 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -68,7 +68,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.8.0 + uses: shogo82148/actions-goveralls@v1.9.0 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 }} @@ -79,7 +79,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-goveralls@v1.8.0 + - uses: shogo82148/actions-goveralls@v1.9.0 with: parallel-finished: true