Skip to content

Commit 7edad59

Browse files
Merge pull request #53 from josephearl/really-fix-report-name
Fix report name I missed last time
2 parents 94c48c8 + 4094842 commit 7edad59

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

action.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -377,16 +377,16 @@ elseif ($inputs.skip_check_run -ne $true -and $inputs.publish_only_summary -ne $
377377
Build-CoverageReport
378378

379379
Parse-CoverageXML
380-
380+
381381
Format-Percentage
382-
382+
383383
Set-Outcome
384-
384+
385385
Set-Output
386-
386+
387387
$coverageSummaryData = [System.IO.File]::ReadAllText($script:coverage_report_path)
388388

389-
Publish-ToCheckRun -ReportData $coverageSummaryData -ReportName "Code Coverage" -ReportTitle $script:coverage_report_title -outcome $script:status -coveragePercentage $script:coveragePercentageString
389+
Publish-ToCheckRun -ReportData $coverageSummaryData -ReportName $script:coverage_report_name -ReportTitle $script:coverage_report_title -outcome $script:status -coveragePercentage $script:coveragePercentageString
390390

391391
# Update-PRCheck -ReportData $script:coverageSummaryData -ReportName $coverage_report_name -ReportTitle $script:messageToDisplay
392392

0 commit comments

Comments
 (0)