Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eranharel committed Dec 5, 2023
1 parent 6d3db7a commit c23fef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: convert to lcov
if: ${{ matrix.go-version }} == '1.15'
run: |
go get -u github.com/jandelgado/gcov2lcov
gcov2lcov -infile=coverage.out -outfile=coverage.lcov
go install github.com/jandelgado/gcov2lcov@latest
$(go env GOPATH)/bin/gcov2lcov -infile=coverage.out -outfile=coverage.lcov
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit c23fef3

Please sign in to comment.