Skip to content

Commit 43cd0bc

Browse files
authored
Upgrade gitcoverage action to version 6
Updated gitcoverage action version from v3 to v6 in README.
1 parent 73c275c commit 43cd0bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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"
@@ -95,7 +95,7 @@ jobs:
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"

0 commit comments

Comments
 (0)