Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/core-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ jobs:
# run: ls -R

- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
with:
# REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
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}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nunit-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
name: nunit-real-integration-test-results

- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
with:
reports: ${{env.UNIT_COVERAGE_FILENAME}};${{env.NUNIT_INTEGRATION_COVERAGE_FILENAME}};${{env.NUNIT_RD_INTEGRATION_COVERAGE_FILENAME}}
targetdir: 'coveragereport'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ jobs:
# run: ls -R

- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
with:
# REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
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}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tunit-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
name: tunit-real-integration-test-results

- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
with:
reports: ${{env.UNIT_COVERAGE_FILENAME}}
targetdir: 'coveragereport'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: ls -R

- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
with:
reports: ${{ env.UNIT_COVERAGE_FILENAME }} # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xunit-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
name: xunit-real-integration-test-results

- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
with:
reports: ${{ env.UNIT_COVERAGE_FILENAME }};${{ env.XUNIT_INTEGRATION_COVERAGE_FILENAME }};${{ env.XUNIT_RD_INTEGRATION_COVERAGE_FILENAME }}
targetdir: 'coveragereport'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xunit3-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
# run: ls -R

- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0
with:
# REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
reports: ${{ env.UNIT_COVERAGE_FILENAME }};${{ env.XUNIT3_INTEGRATION_COVERAGE_FILENAME }};${{ env.XUNIT3_RD_INTEGRATION_COVERAGE_FILENAME }}
Expand Down