aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index cefbbdf..bbe531e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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