mirror of
https://github.com/gookit/event
synced 2025-12-24 10:30:50 +08:00
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:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user