diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0098ca44bc34f59d1095b5e0d7efbb02c33eb2d6..20c38521d07b022fa5e2999af832e4a0c9264db0 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: