Merge pull request #16 from gookit/dependabot/github_actions/shogo82148/actions-goveralls-1.4.6

Bump shogo82148/actions-goveralls from 1.4.5 to 1.4.6
This commit is contained in:
Inhere
2021-08-17 13:26:20 +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.4.5
uses: shogo82148/actions-goveralls@v1.4.6
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.5
- uses: shogo82148/actions-goveralls@v1.4.6
with:
parallel-finished: true