diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml
index 46c1806..041ee08 100644
--- a/.github/workflows/release-build.yml
+++ b/.github/workflows/release-build.yml
@@ -52,7 +52,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: ${{ github.event.release.id }}
- body: ${{steps.generate_changelog.outputs.result}}
+ body: ${{ steps.generate_changelog.outputs.result }}
deploy:
name: Deploy to GHCR
diff --git a/README.md b/README.md
index 5cca508..8a98659 100644
--- a/README.md
+++ b/README.md
@@ -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.2
+uses: irongut/CodeCoverageSummary@v1.0.3
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.2
+ uses: irongut/CodeCoverageSummary@v1.0.3
with:
filename: coverage/coverage.cobertura.xml
badge: true
diff --git a/src/CodeCoverageSummary/CodeCoverageSummary.csproj b/src/CodeCoverageSummary/CodeCoverageSummary.csproj
index 0b16915..4cfe73c 100644
--- a/src/CodeCoverageSummary/CodeCoverageSummary.csproj
+++ b/src/CodeCoverageSummary/CodeCoverageSummary.csproj
@@ -6,14 +6,15 @@
Linux
Taranis Software
Irongut
- A GitHub Action that reads Cobertura format code coverage files and outputs a summary.
+ A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.
Copyright © 2021 Taranis Software
Taranis.CodeCoverageSummary
MIT
https://github.com/irongut/CodeCoverageSummary
https://github.com/irongut/CodeCoverageSummary
git
- code-coverage cobertura coverlet
+ coverage test-coverage cobertura action code-coverage coverlet github-actions
+ 1.0.3