Merge pull request #28 from gookit/dependabot/github_actions/shogo82148/actions-goveralls-1.6.0

This commit is contained in:
Inhere
2022-03-22 17:38:06 +08:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ jobs:
run: go test -v -coverprofile="profile.cov" ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1.5.1
uses: shogo82148/actions-goveralls@v1.6.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.5.1
- uses: shogo82148/actions-goveralls@v1.6.0
with:
parallel-finished: true