From ee1e82e59defa536c5caa8058a4d60ac919d2ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 04:09:23 +0000 Subject: [PATCH] chore: bump shogo82148/actions-goveralls from 1.4.6 to 1.5.1 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.4.6 to 1.5.1. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1.4.6...v1.5.1) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdfe700..9dce27d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: run: go test -v -count=1 -coverprofile="coverage-${{ matrix.platform }}-${{ matrix.go-version }}.txt" -covermode=atomic - name: Send coverage - uses: shogo82148/actions-goveralls@v1.4.6 + uses: shogo82148/actions-goveralls@v1.5.1 with: path-to-profile: coverage-${{ matrix.platform }}-${{ matrix.go-version }}.txt flag-name: ${{ matrix.platform }}-${{ matrix.go-version }} @@ -61,6 +61,6 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-goveralls@v1.4.6 + - uses: shogo82148/actions-goveralls@v1.5.1 with: parallel-finished: true \ No newline at end of file