Skip to content

Commit 473d18e

Browse files
committed
prepare v1.0.5
1 parent 61d1094 commit 473d18e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Company.Example.Library: Line Rate = 27%, Branch Rate = 100%, Complexity = 11
5252

5353
```yaml
5454
name: Code Coverage Summary Report
55-
uses: irongut/[email protected].4
55+
uses: irongut/[email protected].5
5656
with:
5757
filename: coverage/coverage.cobertura.xml
5858
```
@@ -94,7 +94,7 @@ jobs:
9494
run: cp coverage/**/coverage.cobertura.xml coverage/coverage.cobertura.xml
9595

9696
- name: Code Coverage Summary Report
97-
uses: irongut/[email protected].4
97+
uses: irongut/[email protected].5
9898
with:
9999
filename: coverage/coverage.cobertura.xml
100100
badge: true

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inputs:
2222
default: 'console'
2323
runs:
2424
using: 'docker'
25-
image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.4'
25+
image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.5'
2626
args:
2727
- ${{ inputs.filename }}
2828
- '--badge'

src/CodeCoverageSummary/CodeCoverageSummary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RepositoryUrl>https://github.com/irongut/CodeCoverageSummary</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<PackageTags>coverage test-coverage cobertura action code-coverage coverlet github-actions</PackageTags>
17-
<Version>1.0.4</Version>
17+
<Version>1.0.5</Version>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)