Skip to content

Commit

Permalink
Reduce the overtesting levels
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Feb 6, 2021
1 parent be10766 commit a4fdff4
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Build/targets.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -4773,26 +4773,20 @@ Target.activateFinal "ResetConsoleColours"

"Compilation"
==> "JustUnitTest"
==> "UnitTest"
// ==> "UnitTest" // deadweight

"Compilation"
==> "BuildForUnitTestDotNet"
==> "UnitTestDotNet"
==> "UnitTest"
// ==> "UnitTest" // deadweight

"Compilation"
==> "UnitTestWithOpenCover"
//=?> ("UnitTestWithOpenCover",
// (!!(@"_Binaries/*Test*/Debug+AnyCPU/net4*/AltCover*Test*.dll")
// |> Seq.length) < 6)
=?> ("UnitTest", Environment.isWindows) // OpenCover Mono support

"Compilation"
==> "UnitTestWithAltCover"
//=?> ("UnitTestWithAltCover",
// (!!(@"_Binaries/*Test*/Debug+AnyCPU/net4*/AltCover*Test*.dll")
// |> Seq.length) < 6)
==> "UnitTest"
// ==> "UnitTest" // deadweight

"Compilation"
==> "UnitTestWithAltCoverRunner"
Expand All @@ -4809,7 +4803,7 @@ Target.activateFinal "ResetConsoleColours"
"Compilation"
==> "BuildForCoverlet"
==> "UnitTestDotNetWithCoverlet"
==> "UnitTest"
// ==> "UnitTest" // unreliable

"JustUnitTest"
==> "UncoveredUnitTest"
Expand Down

0 comments on commit a4fdff4

Please sign in to comment.