mirror of
https://github.com/gookit/event
synced 2025-12-24 10:30:50 +08:00
chore(deps): bump shogo82148/actions-goveralls from 1.8.0 to 1.9.0 (#62)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
run: go test -coverprofile="profile.cov" ./...
|
||||
|
||||
- name: Send coverage
|
||||
uses: shogo82148/actions-goveralls@v1.8.0
|
||||
uses: shogo82148/actions-goveralls@v1.9.0
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
with:
|
||||
path-to-profile: profile.cov
|
||||
@@ -50,6 +50,6 @@ jobs:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: shogo82148/actions-goveralls@v1.8.0
|
||||
- uses: shogo82148/actions-goveralls@v1.9.0
|
||||
with:
|
||||
parallel-finished: true
|
||||
|
||||
Reference in New Issue
Block a user