Skip to content

Commit

Permalink
chore: bump shogo82148/actions-goveralls from 1.5.0 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/shogo82148/actions-goveralls/releases)
- [Commits](shogo82148/actions-goveralls@v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: shogo82148/actions-goveralls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 13, 2021
1 parent a2624c8 commit 12c3e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Expand Up @@ -58,7 +58,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.5.0
uses: shogo82148/actions-goveralls@v1.5.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 }}
Expand All @@ -69,7 +69,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1.5.0
- uses: shogo82148/actions-goveralls@v1.5.1
with:
parallel-finished: true

Expand Down

0 comments on commit 12c3e22

Please sign in to comment.