Skip to content

Commit

Permalink
coveralls-8
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Dec 26, 2024
1 parent cac791f commit d4de98d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go install github.com/mattn/goveralls@latest
echo "go path:" $GOPATH
env
$GOPATH/bin/goveralls -coverprofile=cov.out -service=github
env | grep GO
ls $GOROOT
ls $GOROOT/bin
$GOROOT/bin/goveralls -coverprofile=cov.out -service=github

0 comments on commit d4de98d

Please sign in to comment.