mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
fix(ci): update coverage workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user