We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c672417 commit 16af076Copy full SHA for 16af076
.github/workflows/go.yml
@@ -62,7 +62,7 @@ jobs:
62
go test -v -covermode=count -coverprofile=coverage.out
63
64
- name: Coveralls
65
- uses: coverallsapp/[email protected].1
+ uses: coverallsapp/[email protected].2
66
with:
67
github-token: ${{ secrets.github_token }}
68
path-to-lcov: coverage.out
0 commit comments