Skip to content

Commit

Permalink
fix(ci): update coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Feb 28, 2024
1 parent eed309f commit 3f2cd55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3f2cd55

Please sign in to comment.