Skip to content

Commit

Permalink
Merge pull request #12 from PavanMudigonda/new-issues-april-18-2022
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
PavanMudigonda authored Apr 19, 2022
2 parents 2140129 + 519523d commit 8bb8643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Build-CoverageReport {
$script:coverage_report_title = $report_name
}

if ($inputs.publish_only_summary -ne "true")
if ($inputs.publish_only_summary -ne "false")
{
$script:coverage_report_path = Join-Path $test_results_dir coverage-results.md
& "$PSScriptRoot/jacoco-report/jacocoxml2md.ps1" -Verbose `
Expand Down

0 comments on commit 8bb8643

Please sign in to comment.