From c5d12d4a8969ce04c1a5337e990476d1bbc0edf3 Mon Sep 17 00:00:00 2001 From: irongut Date: Sat, 25 Sep 2021 21:48:17 +0100 Subject: [PATCH] prepare v1.0.4 --- README.md | 4 ++-- action.yml | 2 +- src/CodeCoverageSummary/CodeCoverageSummary.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a98659..7089d8b 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.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 diff --git a/action.yml b/action.yml index 2b458fc..7ef02ec 100644 --- a/action.yml +++ b/action.yml @@ -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' diff --git a/src/CodeCoverageSummary/CodeCoverageSummary.csproj b/src/CodeCoverageSummary/CodeCoverageSummary.csproj index 4cfe73c..8d8fe4e 100644 --- a/src/CodeCoverageSummary/CodeCoverageSummary.csproj +++ b/src/CodeCoverageSummary/CodeCoverageSummary.csproj @@ -14,7 +14,7 @@ https://github.com/irongut/CodeCoverageSummary git coverage test-coverage cobertura action code-coverage coverlet github-actions - 1.0.3 + 1.0.4