File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 runs-on : ubuntu-latest
5050 steps :
5151 - uses : actions/checkout@v4
52- - uses : linkdata/gitcoverage@v6
52+ - uses : linkdata/gitcoverage@v7
5353 with :
5454 coverage : " 83%"
5555 report : " coveragereport.html.out"
9393 go tool cover -html=coverage -o=coveragereport.html
9494
9595 - name : Publish code coverage badge (and optional report)
96- uses : linkdata/gitcoverage@v6
96+ uses : linkdata/gitcoverage@v7
9797 with :
9898 coverage : ${{ steps.coverage.outputs.coverage }}
9999 report : " coveragereport.html"
@@ -103,7 +103,7 @@ Tag workflow example with explicit source branch:
103103
104104` ` ` yml
105105- name : Publish code coverage badge from tag build
106- uses : linkdata/gitcoverage@v6
106+ uses : linkdata/gitcoverage@v7
107107 with :
108108 coverage : " 91%"
109109 branch : " release/1.x"
You can’t perform that action at this time.
0 commit comments