There was an error while loading. Please reload this page.
1 parent c3951be commit 9868376Copy full SHA for 9868376
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: install goveralls
39
run: |
40
- GO111MODULE=off go get -u -v github.com/mattn/goveralls
+ go install github.com/mattn/goveralls@latest
41
42
- name: submit coverage
43
run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov
0 commit comments