forked from MTSR/mapserver
Bump shogo82148/actions-goveralls from 1 to 1.4.4
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1 to 1.4.4. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1...v1.4.4) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
cf6d84eabb
commit
ff16d3b9d7
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -16,6 +16,6 @@ jobs:
|
|||||||
- name: test
|
- name: test
|
||||||
run: go test ./... -coverprofile=profile.cov
|
run: go test ./... -coverprofile=profile.cov
|
||||||
|
|
||||||
- uses: shogo82148/actions-goveralls@v1
|
- uses: shogo82148/actions-goveralls@v1.4.4
|
||||||
with:
|
with:
|
||||||
path-to-profile: profile.cov
|
path-to-profile: profile.cov
|
Loading…
Reference in New Issue
Block a user