File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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}}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}}
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments