Bump shogo82148/actions-goveralls from 1.4.7 to 1.5.0

Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.4.7 to 1.5.0.
- [Release notes](https://github.com/shogo82148/actions-goveralls/releases)
- [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1.4.7...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-09-21 15:07:30 +00:00
committed by GitHub
parent e503f6708e
commit d51ea2c28b

View File

@@ -31,7 +31,7 @@ jobs:
run: go test -v -coverprofile="profile.cov" ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1.4.7
uses: shogo82148/actions-goveralls@v1.5.0
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
path-to-profile: profile.cov
@@ -44,6 +44,6 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1.4.7
- uses: shogo82148/actions-goveralls@v1.5.0
with:
parallel-finished: true