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