We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2c284 commit f7bcce6Copy full SHA for f7bcce6
README.md
@@ -33,7 +33,7 @@ jobs:
33
build:
34
steps:
35
- uses: actions/checkout@v4
36
- - uses: linkdata/gitcoverage@main
+ - uses: linkdata/gitcoverage@v1
37
with:
38
coverage: "83%"
39
report: "coveragereport.html.out"
@@ -77,7 +77,7 @@ jobs:
77
go tool cover -html=coverage.out -o=coveragereport.html.out
78
79
- name: Publish code coverage badge (and optional report)
80
- uses: linkdata/gitcoverage@main
+ uses: linkdata/gitcoverage@v1
81
82
coverage: ${{ steps.coverage.outputs.coverage }}
83
0 commit comments