Skip to content

Commit

Permalink
final fixes for the changes - need to make an op-test of one of the "…
Browse files Browse the repository at this point in the history
…needs all" cases
  • Loading branch information
SteveGilham committed Jul 22, 2024
1 parent 5bb2fdd commit 311bd3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions AltCover.Tests/Tests3.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3986,8 +3986,7 @@ module AltCoverTests3 =
Is.EquivalentTo
[ "--reportFormat"
"OpenCover"
"--save"
"--eager" ]
"--save" ]
)
finally
Main.effectiveMain <- save
Expand Down Expand Up @@ -4044,8 +4043,7 @@ module AltCoverTests3 =
Is.EquivalentTo(
[ "--reportFormat"
"OpenCover"
"--save"
"--eager" ]
"--save" ]
@ q
),
level
Expand Down Expand Up @@ -4095,7 +4093,6 @@ module AltCoverTests3 =
"--reportFormat"
"Ncover"
"--save"
"--eager"
"--"
"testing"
"1"
Expand Down Expand Up @@ -4138,7 +4135,6 @@ module AltCoverTests3 =
"--reportFormat"
"ncover"
"--save"
"--eager"
"--"
"testing"
"1"
Expand Down
1 change: 1 addition & 0 deletions Build/DriveApi.fs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ module DriveApi =
let p2 =
{ Primitive.PrepareOptions.Create() with
LocalSource = true
All = true
CallContext = [| "[Fact]"; "0" |]
AssemblyFilter = [| "xunit" |] }

Expand Down

0 comments on commit 311bd3f

Please sign in to comment.