summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/coverage.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 845096e..e7add05 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -24,5 +24,5 @@ jobs:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go test -race -covermode atomic -coverprofile=profile.cov ./...
- GO111MODULE=off go get github.com/mattn/goveralls
- $(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
+ go install github.com/mattn/goveralls@latest
+ goveralls -coverprofile=profile.cov -service=github