Skip to content

Commit be1b357

Browse files
committed
Fix code coverage to step report
1 parent 84a2c77 commit be1b357

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/qa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
$p = Invoke-Pester -Configuration $pConfig
5656
Write-Output "## Pester Test Results" >> $env:GITHUB_STEP_SUMMARY
5757
Write-Output "" >> $env:GITHUB_STEP_SUMMARY
58-
Write-Output "- Code coverage: **$($p.CodeCovergage.CodeCoveragePercent)**" >> $env:GITHUB_STEP_SUMMARY
59-
Write-Output "- Commands Executed: **$($p.CodeCovergage.CommandsExecutedCount)**" >> $env:GITHUB_STEP_SUMMARY
60-
Write-Output "- Commands Missed: **$($p.CodeCovergage.CommandsMissedCount)**" >> $env:GITHUB_STEP_SUMMARY
58+
Write-Output "- Code coverage: **$($p.CodeCoverage.CoveragePercent)**" >> $env:GITHUB_STEP_SUMMARY
59+
Write-Output "- Commands Executed: **$($p.CodeCoverage.CommandsExecutedCount)**" >> $env:GITHUB_STEP_SUMMARY
60+
Write-Output "- Commands Missed: **$($p.CodeCoverage.CommandsMissedCount)**" >> $env:GITHUB_STEP_SUMMARY
6161
Write-Output "" >> $env:GITHUB_STEP_SUMMARY
6262
Write-Output "|Block|Test|Duration|Result|" >> $env:GITHUB_STEP_SUMMARY
6363
Write-Output "|---|---|---|---|" >> $env:GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)