mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -04:00
fix(ci): update coverage workflow
This commit is contained in:
@@ -24,5 +24,5 @@ jobs:
|
|||||||
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
go test -race -covermode atomic -coverprofile=profile.cov ./...
|
go test -race -covermode atomic -coverprofile=profile.cov ./...
|
||||||
GO111MODULE=off go get github.com/mattn/goveralls
|
go install github.com/mattn/goveralls@latest
|
||||||
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
|
goveralls -coverprofile=profile.cov -service=github
|
||||||
|
|||||||
Reference in New Issue
Block a user