From b261c7758ac83c9788de25f1a331f75bddcf7892 Mon Sep 17 00:00:00 2001 From: AlteredCoder Date: Fri, 24 Jul 2020 18:11:24 +0200 Subject: [PATCH] try --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: