We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f641d2 commit 42f3bf2Copy full SHA for 42f3bf2
2 files changed
Content/Console/build.fsx
@@ -385,6 +385,7 @@ let dotnetTest ctx =
385
sprintf "/p:AltCover=%b" (not disableCodeCoverage)
386
sprintf "/p:AltCoverThreshold=%d" coverageThresholdPercent
387
sprintf "/p:AltCoverAssemblyExcludeFilter=%s" excludeCoverage
388
+ "/p:AltCoverLocalSource=true"
389
]
390
{ c with
391
Configuration = configuration (ctx.Context.AllExecutingTargets)
Content/Library/build.fsx
@@ -436,6 +436,7 @@ let dotnetTest ctx =
436
437
438
439
440
441
DotNet.test(fun c ->
442
0 commit comments