forked from MTSR/mapserver
chore(deps): update shogo82148/actions-goveralls action to v1.9.0
This commit is contained in:
parent
6cb5617170
commit
34b303fdec
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.8.0
|
- uses: shogo82148/actions-goveralls@v1.9.0
|
||||||
with:
|
with:
|
||||||
path-to-profile: profile.cov
|
path-to-profile: profile.cov
|
Loading…
Reference in New Issue
Block a user