diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0098ca44b..20c38521d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: - name: Build run: make build && go get -u github.com/jandelgado/gcov2lcov - name: All tests - run: go test -coverprofile=coverage.out -covermode=atomic ./... && $GOPATH/bin/gcov2lcov -inputfile=coverage.out -outfile=coverage.lcov + run: go test -coverprofile=coverage.out -covermode=atomic ./... && sudo apt-get install locate && locate gcov2lcov - name: Coveralls uses: coverallsapp/github-action@master with: