Skip to content

Commit 100b9da

Browse files
Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.0 to 5.5.1 (#421)
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](danielpalme/ReportGenerator-GitHub-Action@5.5.0...5.5.1) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-version: 5.5.1 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 d3681f7 commit 100b9da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/core-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ jobs:
546546
# run: ls -R
547547

548548
- name: ReportGenerator
549-
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
549+
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.1
550550
with:
551551
# REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
552552
reports: ${{env.UNIT_COVERAGE_FILENAME}};${{env.NUNIT_INTEGRATION_COVERAGE_FILENAME}};${{env.XUNIT_INTEGRATION_COVERAGE_FILENAME}};${{env.TUNIT_INTEGRATION_COVERAGE_FILENAME}};${{env.XUNIT3_INTEGRATION_COVERAGE_FILENAME}};${{env.NUNIT_RD_INTEGRATION_COVERAGE_FILENAME}};${{env.XUNIT_RD_INTEGRATION_COVERAGE_FILENAME}};${{env.TUNIT_RD_INTEGRATION_COVERAGE_FILENAME}};${{env.XUNIT3_RD_INTEGRATION_COVERAGE_FILENAME}}

.github/workflows/nunit-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ jobs:
420420
name: nunit-real-integration-test-results
421421

422422
- name: ReportGenerator
423-
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
423+
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.1
424424
with:
425425
reports: ${{ env.UNIT_COVERAGE_FILENAME }};${{ env.NUNIT_INTEGRATION_COVERAGE_FILENAME }};${{ env.NUNIT_RD_INTEGRATION_COVERAGE_FILENAME }}
426426
targetdir: coveragereport

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ jobs:
618618
# run: ls -R
619619

620620
- name: ReportGenerator
621-
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
621+
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.1
622622
with:
623623
# REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
624624
reports: ${{env.UNIT_COVERAGE_FILENAME}};${{env.NUNIT_INTEGRATION_COVERAGE_FILENAME}};${{env.XUNIT_INTEGRATION_COVERAGE_FILENAME}};${{env.TUNIT_INTEGRATION_COVERAGE_FILENAME}};${{env.XUNIT3_INTEGRATION_COVERAGE_FILENAME}};${{env.NUNIT_RD_INTEGRATION_COVERAGE_FILENAME}};${{env.XUNIT_RD_INTEGRATION_COVERAGE_FILENAME}};${{env.TUNIT_RD_INTEGRATION_COVERAGE_FILENAME}};${{env.XUNIT3_RD_INTEGRATION_COVERAGE_FILENAME}}

.github/workflows/unit-test-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: ls -R
8080

8181
- name: ReportGenerator
82-
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
82+
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.1
8383
with:
8484
reports: ${{ env.UNIT_COVERAGE_FILENAME }} # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
8585
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.

0 commit comments

Comments
 (0)