We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a83561 commit 723d63dCopy full SHA for 723d63d
1 file changed
README.md
@@ -49,7 +49,7 @@ jobs:
49
runs-on: ubuntu-latest
50
steps:
51
- uses: actions/checkout@v4
52
- - uses: linkdata/gitcoverage@v6
+ - uses: linkdata/gitcoverage@v7
53
with:
54
coverage: "83%"
55
report: "coveragereport.html.out"
@@ -93,7 +93,7 @@ jobs:
93
go tool cover -html=coverage -o=coveragereport.html
94
95
- name: Publish code coverage badge (and optional report)
96
- uses: linkdata/gitcoverage@v6
+ uses: linkdata/gitcoverage@v7
97
98
coverage: ${{ steps.coverage.outputs.coverage }}
99
report: "coveragereport.html"
@@ -103,7 +103,7 @@ Tag workflow example with explicit source branch:
103
104
```yml
105
- name: Publish code coverage badge from tag build
106
107
108
coverage: "91%"
109
branch: "release/1.x"
0 commit comments