diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2022-12-11 11:52:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-11 11:52:06 +0100 |
commit | 736622fb5d9a058a887667d57c91dc1b58aca6ea (patch) | |
tree | ad4a63f2166e027eef73649455ec0964f9e92dbf | |
parent | e43edee4caca73ebf9be196554d39167bfdb7e6a (diff) | |
download | go-git-736622fb5d9a058a887667d57c91dc1b58aca6ea.tar.gz |
.github: test, remove coverallsv5.5.1
-rw-r--r-- | .github/workflows/test.yml | 15 |
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 |