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 224409d commit 9f66fa1Copy full SHA for 9f66fa1
.github/workflows/ci.yml
@@ -31,7 +31,8 @@ jobs:
31
version: latest
32
33
- name: install goveralls
34
- run: GO111MODULE=off go get -u -v github.com/mattn/goveralls
+ run: |
35
+ go install github.com/mattn/goveralls@latest
36
37
- name: submit coverage
38
run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov
0 commit comments