We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a652227 commit 235163fCopy full SHA for 235163f
1 file changed
.github/workflows/go.yml
@@ -47,7 +47,7 @@ jobs:
47
go tool cover -html=coverage.out -o=coveragereport.html.out
48
49
- name: Publish code coverage badge (and optional report)
50
- uses: linkdata/gitcoverage@v3
+ uses: linkdata/gitcoverage@v7
51
with:
52
coverage: ${{ steps.coverage.outputs.coverage }}
53
report: "coveragereport.html.out"
0 commit comments