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 f243684 commit 1967124Copy full SHA for 1967124
.github/workflows/test.yml
@@ -23,13 +23,13 @@ jobs:
23
go test -v -covermode=count -coverprofile=coverage.out -run ^Test_
24
25
- name: Convert coverage to lcov
26
- uses: jandelgado/gcov2lcov-action@v1.0.9
+ uses: jandelgado/gcov2lcov-action@v1.1.1
27
with:
28
infile: coverage.out
29
outfile: coverage.lcov
30
31
- name: Coveralls
32
- uses: coverallsapp/github-action@v2.2.3
+ uses: coverallsapp/github-action@v2.3.6
33
34
github-token: ${{ secrets.GITHUB_TOKEN }}
35
path-to-lcov: coverage.lcov
0 commit comments