diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bc1be74..d4c7a80 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -61,14 +61,8 @@ jobs: export PATH=$PATH:$(go env GOPATH)/bin go test -v -covermode=count -coverprofile=coverage.out - - name: Convert coverage to lcov - uses: jandelgado/gcov2lcov-action@v1.0.9 - with: - infile: coverage.out - outfile: coverage.lcov - - name: Coveralls - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.1 with: github-token: ${{ secrets.github_token }} - path-to-lcov: coverage.lcov + path-to-lcov: coverage.out