Skip to content

Commit

Permalink
bye gcov2lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Aug 28, 2021
1 parent 1749637 commit f97d02c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ jobs:
run: |
make test-coverage
- name: convert to lcov
uses: jandelgado/gcov2lcov-action@v1.0.8
with:
infile: coverage.out
outfile: coverage.lcov
- name: install goveralls
run: go install github.com/mattn/goveralls@latest

- name: send to coveralls
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: goveralls -coverprofile=coverage.out -service=github

- name: send to coveralls
uses: coverallsapp/github-action@1.1.3
Expand Down

0 comments on commit f97d02c

Please sign in to comment.