Skip to content

Commit

Permalink
And another couple
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Feb 13, 2021
1 parent f4d0430 commit 904e9b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 -XmlReport $x -OutputDirectory $o -InputDirectory $i -AssemblyFilter ("Adapter", "FSharp", "nunit") -ReportFormat NCover -InformationAction Continue
Invoke-AltCover -Report $x -OutputDirectory $o -InputDirectory $i -AssemblyFilter ("Adapter", "FSharp", "nunit") -ReportFormat NCover -InformationAction Continue
$o | Should -Exist
$x | Should -Exist
$xm = [xml](Get-Content $x)
Expand Down Expand Up @@ -86,7 +86,7 @@ Describe "Invoke-Altcover" {
try
{
$ev = ""
Invoke-AltCover -XmlReport $x -OutputDirectory $o -InputDirectory "./NoneSuch/xunit-dotnet/bin/Debug/netcoreapp2.0" -InPlace -ErrorVariable ev -ErrorAction SilentlyContinue
Invoke-AltCover -Report $x -OutputDirectory $o -InputDirectory "./NoneSuch/xunit-dotnet/bin/Debug/netcoreapp2.0" -InPlace -ErrorVariable ev -ErrorAction SilentlyContinue
}
finally
{
Expand Down

0 comments on commit 904e9b6

Please sign in to comment.