Skip to content

Commit

Permalink
.github: test, remove coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Dec 11, 2022
1 parent e43edee commit 736622f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/test.yml
Expand Up @@ -31,18 +31,3 @@ jobs:
- name: Test
run: make test-coverage

- name: Convert coverage to lcov
if: matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.19.x'
uses: jandelgado/gcov2lcov-action@v1.0.0
with:
infile: coverage.out
outfile: coverage.lcov

- name: Coveralls
if: matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.19.x'
uses: coverallsapp/github-action@master
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov

0 comments on commit 736622f

Please sign in to comment.