We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ef211 commit b2fd570Copy full SHA for b2fd570
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@main
+ uses: linkdata/gitcoverage@v4
51
with:
52
coverage: ${{ steps.coverage.outputs.coverage }}
53
report: "coveragereport.html.out"
0 commit comments