From 736622fb5d9a058a887667d57c91dc1b58aca6ea Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Sun, 11 Dec 2022 11:52:06 +0100 Subject: .github: test, remove coveralls --- .github/workflows/test.yml | 15 --------------- 1 file changed, 15 deletions(-) (limited to '.github/workflows/test.yml') 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 -- cgit