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 87fb1df commit 7186c05Copy full SHA for 7186c05
.github/workflows/test.yaml
@@ -27,12 +27,12 @@ jobs:
27
run: |
28
go test ./... -v -race -coverprofile cover.out -covermode=atomic
29
- name: Convert coverage to lcov
30
- uses: jandelgado/gcov2lcov-action
+ uses: jandelgado/gcov2lcov-action@v1
31
with:
32
infile: cover.out
33
outfile: coverage.lcov
34
- name: Coveralls
35
- uses: coverallsapp/github-action
+ uses: coverallsapp/github-action@v1
36
37
github-token: ${{ secrets.github_token }}
38
path-to-lcov: coverage.lcov
0 commit comments