Skip to content

Commit 0723132

Browse files
committed
prepare v1.0.3
1 parent 758c38f commit 0723132

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
token: ${{ secrets.GITHUB_TOKEN }}
5454
id: ${{ github.event.release.id }}
55-
body: ${{steps.generate_changelog.outputs.result}}
55+
body: ${{ steps.generate_changelog.outputs.result }}
5656

5757
deploy:
5858
name: Deploy to GHCR

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].2
55+
uses: irongut/[email protected].3
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].2
97+
uses: irongut/[email protected].3
9898
with:
9999
filename: coverage/coverage.cobertura.xml
100100
badge: true

src/CodeCoverageSummary/CodeCoverageSummary.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
77
<Company>Taranis Software</Company>
88
<Authors>Irongut</Authors>
9-
<Description>A GitHub Action that reads Cobertura format code coverage files and outputs a summary.</Description>
9+
<Description>A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.</Description>
1010
<Copyright>Copyright © 2021 Taranis Software</Copyright>
1111
<PackageId>Taranis.CodeCoverageSummary</PackageId>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<PackageProjectUrl>https://github.com/irongut/CodeCoverageSummary</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/irongut/CodeCoverageSummary</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
16-
<PackageTags>code-coverage cobertura coverlet</PackageTags>
16+
<PackageTags>coverage test-coverage cobertura action code-coverage coverlet github-actions</PackageTags>
17+
<Version>1.0.3</Version>
1718
</PropertyGroup>
1819

1920
<ItemGroup>

0 commit comments

Comments
 (0)