We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1403a20 commit 2cda2e0Copy full SHA for 2cda2e0
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
version: latest
37
38
- name: install goveralls
39
- run: GO111MODULE=off go get -u -v github.com/mattn/goveralls
+ run: go install github.com/mattn/goveralls@latest
40
41
- name: submit coverage
42
run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov
0 commit comments