Skip to content

Commit

Permalink
Use go install with latest to install goveralls (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstratos authored Apr 24, 2024
1 parent d44f8ff commit b3d9ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
GO111MODULE=off go get github.com/mattn/goveralls
$(go env GOPATH)/bin/goveralls -coverprofile=coverage.out -service=github
go install github.com/mattn/goveralls@latest
goveralls -coverprofile=coverage.out -service=github

0 comments on commit b3d9ec4

Please sign in to comment.