Skip to content

Commit d5df407

Browse files
committed
fix(ci): update coverage workflow
1 parent e526301 commit d5df407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
run: |
2626
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
27+
go install github.com/mattn/goveralls@latest
28+
goveralls -coverprofile=profile.cov -service=github

0 commit comments

Comments
 (0)