Skip to content

Commit 7716a49

Browse files
Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.4 to 5.4.5 (#203)
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.4.4 to 5.4.5. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](danielpalme/ReportGenerator-GitHub-Action@5.4.4...5.4.5) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f94f50 commit 7716a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
# ReportGenerator -reports:"src/Utility.Test/TestResults/**/coverage.cobertura.xml" -targetdir:coveragereport
6161
- name: ReportGenerator
62-
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.4
62+
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.5
6363
with:
6464
reports: 'src/Utility.Test/TestResults/**/coverage.cobertura.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
6565
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.

0 commit comments

Comments
 (0)