Skip to content

Commit

Permalink
fix(ci): update coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Feb 13, 2024
1 parent 2745d8a commit bb7ffe2
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 bb7ffe2

Please sign in to comment.