Skip to content

Commit

Permalink
coveralls-4
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Dec 26, 2024
1 parent 9ceaa58 commit d78fb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
#GO111MODULE: off
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go get github.com/mattn/goveralls
goveralls -coverprofile=cov.out -service=github
go install github.com/mattn/goveralls@latest
$GOPATH/bin/goveralls -coverprofile=cov.out -service=github

0 comments on commit d78fb5f

Please sign in to comment.