Skip to content

Commit 50b05d0

Browse files
committed
Collect coverage
1 parent 4cc742b commit 50b05d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/TestTasks.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ open Fake.DotNet
66
open ProjectInfo
77
open BasicTasks
88

9-
109
let runTests = BuildTask.create "RunTests" [clean; buildSolution] {
1110
testProjects
1211
|> Seq.iter (fun testProject ->
1312
testProject
1413
|> Fake.DotNet.DotNet.test (fun testParams ->
1514
{ testParams with
15+
Collect = Some "XPlat Code Coverage"
1616
Logger = Some "console;verbosity=detailed"
1717
Configuration = DotNet.BuildConfiguration.fromString configuration
1818
NoBuild = true

0 commit comments

Comments
 (0)