We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8566b commit ba708aaCopy full SHA for ba708aa
.github/workflows/go.yml
@@ -35,7 +35,7 @@ jobs:
35
infile: coverage.out
36
outfile: coverage.lcov
37
- name: Coveralls
38
- uses: coverallsapp/[email protected].4
+ uses: coverallsapp/[email protected].6
39
with:
40
github-token: ${{ secrets.github_token }}
41
path-to-lcov: coverage.lcov
0 commit comments