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