prepare v1.0.4

This commit is contained in:
irongut
2021-09-25 21:48:17 +01:00
parent cae1cbcdad
commit c5d12d4a89
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ Company.Example.Library: Line Rate = 27%, Branch Rate = 100%, Complexity = 11
```yaml
name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.0.3
uses: irongut/CodeCoverageSummary@v1.0.4
with:
filename: coverage/coverage.cobertura.xml
```
@@ -94,7 +94,7 @@ jobs:
run: cp coverage/**/coverage.cobertura.xml coverage/coverage.cobertura.xml
- name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.0.3
uses: irongut/CodeCoverageSummary@v1.0.4
with:
filename: coverage/coverage.cobertura.xml
badge: true
+1 -1
View File
@@ -22,7 +22,7 @@ inputs:
default: 'console'
runs:
using: 'docker'
image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.3'
image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.4'
args:
- ${{ inputs.filename }}
- '--badge'
@@ -14,7 +14,7 @@
<RepositoryUrl>https://github.com/irongut/CodeCoverageSummary</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>coverage test-coverage cobertura action code-coverage coverlet github-actions</PackageTags>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
</PropertyGroup>
<ItemGroup>