We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43edee commit 736622fCopy full SHA for 736622f
.github/workflows/test.yml
@@ -31,18 +31,3 @@ jobs:
31
32
- name: Test
33
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
44
- uses: coverallsapp/github-action@master
45
- continue-on-error: true
46
47
- github-token: ${{ secrets.GITHUB_TOKEN }}
48
- path-to-lcov: coverage.lcov
0 commit comments