Skip to content

Commit 235163f

Browse files
authored
Update gitcoverage action version to v7
1 parent a652227 commit 235163f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
go tool cover -html=coverage.out -o=coveragereport.html.out
4848
4949
- name: Publish code coverage badge (and optional report)
50-
uses: linkdata/gitcoverage@v3
50+
uses: linkdata/gitcoverage@v7
5151
with:
5252
coverage: ${{ steps.coverage.outputs.coverage }}
5353
report: "coveragereport.html.out"

0 commit comments

Comments
 (0)