fix(ci): update coverage workflow

This commit is contained in:
Maas Lalani
2024-02-28 10:45:29 -05:00
parent eed309fb7d
commit 3f2cd55237
+2 -2
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