Skip to content

Commit

Permalink
prepare v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
irongut committed Sep 25, 2021
1 parent cae1cbc commit c5d12d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/CodeCoverageSummary/CodeCoverageSummary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c5d12d4

Please sign in to comment.