File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ $tablefooter = @'
181181
182182'@
183183
184- LogGroup ' Set table for missed commands' {
184+ LogGroup ' Step Summary - Set table for missed commands' {
185185 $missedForDisplay = $tableheader
186186
187187 foreach ($item in $codeCoverage.CommandsMissed | Sort-Object - Property File, Line) {
@@ -209,7 +209,7 @@ $command
209209 $missedForDisplay += $tablefooter
210210}
211211
212- LogGroup ' Set table for executed commands' {
212+ LogGroup ' Step Summary - Set table for executed commands' {
213213 $executedForDisplay = $tableheader
214214
215215 foreach ($item in $codeCoverage.CommandsExecuted | Sort-Object - Property File, Line) {
@@ -237,7 +237,7 @@ $command
237237 $executedForDisplay += $tablefooter
238238}
239239
240- LogGroup ' Set step summary' {
240+ LogGroup ' Step Summary - Set step summary' {
241241 # Get the step summary mode from the environment variable
242242 $stepSummaryMode = $env: PSMODULE_GET_PESTERCODECOVERAGE_INPUT_StepSummary_Mode
243243 if ([string ]::IsNullOrEmpty($stepSummaryMode )) {
You can’t perform that action at this time.
0 commit comments