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 e526301 commit d5df407Copy full SHA for d5df407
.github/workflows/coverage.yml
@@ -24,5 +24,5 @@ jobs:
24
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
run: |
26
go test -race -covermode atomic -coverprofile=profile.cov ./...
27
- GO111MODULE=off go get github.com/mattn/goveralls
28
- $(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
+ go install github.com/mattn/goveralls@latest
+ goveralls -coverprofile=profile.cov -service=github
0 commit comments