Skip to content

Commit

Permalink
Remove gcov2lcov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
bombsimon committed Oct 12, 2024
1 parent 7f1fa34 commit 9722da0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
infile: coverage.out
outfile: coverage.lcov

- name: Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: coverage.lcov
path-to-lcov: coverage.out

0 comments on commit 9722da0

Please sign in to comment.