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@v3
52+ - uses : linkdata/gitcoverage@v6
5353 with :
5454 coverage : " 83%"
5555 report : " coveragereport.html.out"
9595
9696 - name : Publish code coverage badge (and optional report)
9797 if : runner.os != 'Windows'
98- uses : linkdata/gitcoverage@v3
98+ uses : linkdata/gitcoverage@v6
9999 with :
100100 coverage : ${{ steps.coverage.outputs.coverage }}
101101 report : " coveragereport.html"
@@ -105,7 +105,7 @@ Tag workflow example with explicit source branch:
105105
106106` ` ` yml
107107- name : Publish code coverage badge from tag build
108- uses : linkdata/gitcoverage@v3
108+ uses : linkdata/gitcoverage@v6
109109 with :
110110 coverage : " 91%"
111111 branch : " release/1.x"
You can’t perform that action at this time.
0 commit comments