Skip to content

Commit 723d63d

Browse files
authored
Upgrade gitcoverage action from v6 to v7
1 parent 5a83561 commit 723d63d

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@v6
52+
- uses: linkdata/gitcoverage@v7
5353
with:
5454
coverage: "83%"
5555
report: "coveragereport.html.out"
@@ -93,7 +93,7 @@ jobs:
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"

0 commit comments

Comments
 (0)