Skip to content

Commit

Permalink
Work around MSFT test harness changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Aug 19, 2023
1 parent 2a2d1ce commit 615c963
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Build/Pester.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Describe "Invoke-Altcover" {
}
if (Test-Path $x) { Remove-Item -force $x }

Invoke-AltCover -Report $x -OutputDirectory $o -InputDirectory $i -AssemblyFilter ("Adapter", "FSharp", "nunit") -ReportFormat NCover -InformationAction Continue -Verbosity Verbose
Invoke-AltCover -Report $x -OutputDirectory $o -InputDirectory $i -AssemblyFilter ("?Sample2", "Adapter") -ReportFormat NCover -InformationAction Continue -Verbosity Verbose
$o | Should -Exist
$x | Should -Exist
$xm = [xml](Get-Content $x)
Expand Down
Loading

0 comments on commit 615c963

Please sign in to comment.