mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
fix(ci): update coverage workflow
This commit is contained in:
parent
1eacfb4ff1
commit
bccf3d0cb7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue