We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd29c93 commit cbcef48Copy full SHA for cbcef48
1 file changed
.github/workflows/go.yml
@@ -56,8 +56,8 @@ jobs:
56
go test -v `go list ./... | grep -v '/vendor/'` -covermode=count -coverprofile=coverage.out
57
# Required because the coverage.out file on github actions has a path that breaks gcov2lcov
58
sed -i "s/$(pwd|sed 's/\//\\\//g')/./g" coverage.out
59
- - name: Coveralls
60
- uses: coverallsapp/github-action@master
+ - name: Coveralls Report
+ uses: coverallsapp/github-action@v2.3.6
61
with:
62
github-token: ${{ secrets.github_token }}
63
file: coverage.out
0 commit comments