We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c275c commit 43cd0bcCopy full SHA for 43cd0bc
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@v3
+ - uses: linkdata/gitcoverage@v6
53
with:
54
coverage: "83%"
55
report: "coveragereport.html.out"
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Publish code coverage badge (and optional report)
97
if: runner.os != 'Windows'
98
- uses: linkdata/gitcoverage@v3
+ uses: linkdata/gitcoverage@v6
99
100
coverage: ${{ steps.coverage.outputs.coverage }}
101
report: "coveragereport.html"
@@ -105,7 +105,7 @@ Tag workflow example with explicit source branch:
105
106
```yml
107
- name: Publish code coverage badge from tag build
108
109
110
coverage: "91%"
111
branch: "release/1.x"
0 commit comments