Skip to content

Commit 736622f

Browse files
authored
.github: test, remove coveralls
1 parent e43edee commit 736622f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,3 @@ jobs:
3131
3232
- name: Test
3333
run: make test-coverage
34-
35-
- name: Convert coverage to lcov
36-
if: matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.19.x'
37-
uses: jandelgado/[email protected]
38-
with:
39-
infile: coverage.out
40-
outfile: coverage.lcov
41-
42-
- name: Coveralls
43-
if: matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.19.x'
44-
uses: coverallsapp/github-action@master
45-
continue-on-error: true
46-
with:
47-
github-token: ${{ secrets.GITHUB_TOKEN }}
48-
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)