fix(ci): update coverage workflow

This commit is contained in:
Ayman Bagabas 2024-02-13 11:51:30 -05:00
parent 1eacfb4ff1
commit bccf3d0cb7
No known key found for this signature in database
GPG key ID: C8D51D2157C919AC

View file

@ -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