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 cdcc655 commit c8ac47bCopy full SHA for c8ac47b
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
go test -v -covermode=count -coverprofile=coverage.out
55
- name: Convert coverage.out to coverage.lcov
56
- uses: jandelgado/gcov2lcov-action@v1.0.9
+ uses: jandelgado/gcov2lcov-action@v1.1.0
57
- name: Coveralls
58
uses: coverallsapp/[email protected]
59
with:
0 commit comments