Skip to content

Commit cbcef48

Browse files
Updating coveralls version
1 parent dd29c93 commit cbcef48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
go test -v `go list ./... | grep -v '/vendor/'` -covermode=count -coverprofile=coverage.out
5757
# Required because the coverage.out file on github actions has a path that breaks gcov2lcov
5858
sed -i "s/$(pwd|sed 's/\//\\\//g')/./g" coverage.out
59-
- name: Coveralls
60-
uses: coverallsapp/github-action@master
59+
- name: Coveralls Report
60+
uses: coverallsapp/github-action@v2.3.6
6161
with:
6262
github-token: ${{ secrets.github_token }}
6363
file: coverage.out

0 commit comments

Comments
 (0)