Skip to content

Commit f618ace

Browse files
Remove '-CodeCoverage-Report' suffix from group name for cleaner output in main.ps1
1 parent 01eb305 commit f618ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $allFiles = @()
4545
$allTargets = @()
4646

4747
foreach ($file in $files) {
48-
$groupName = $file.BaseName.Replace('-CodeCoverage-Report')
48+
$groupName = $file.BaseName.Replace('-CodeCoverage-Report', '')
4949
LogGroup " - $groupName" {
5050
Write-Verbose "Processing file: $($file.FullName)"
5151

0 commit comments

Comments
 (0)