OBSOLETE
FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead
DotCover
Contains a task which can be used to run DotCover on .NET assemblies.
Nested types and modules
Type | Description |
DotCoverMergeParams |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead |
DotCoverParams |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead The dotCover parameter type for running coverage |
DotCoverReportParams |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead |
DotCoverReportType |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead |
Functions and values
Function or value | Description | ||
buildDotCoverArgs(parameters)
Signature: parameters:DotCoverParams -> string
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead |
||
buildDotCoverMergeArgs(parameters)
Signature: parameters:DotCoverMergeParams -> string
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead |
||
buildDotCoverReportArgs(parameters)
Signature: parameters:DotCoverReportParams -> string
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead |
||
buildParamsAndExecute(...)
Signature: parameters:'?9689 -> buildArguments:('?9689 -> string) -> toolPath:string -> workingDir:string -> failBuild:bool -> unit
Type parameters: '?9689 Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead |
||
DotCover(setParams)
Signature: setParams:(DotCoverParams -> DotCoverParams) -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead Runs the dotCover "cover" command, using a target executable (such as NUnit or MSpec) and generates a snapshot file. Parameters
|
||
DotCoverDefaults
Signature: DotCoverParams
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead The dotCover default parameters |
||
DotCoverMerge(setParams)
Signature: setParams:(DotCoverMergeParams -> DotCoverMergeParams) -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead Runs the dotCover "merge" command. This combines dotCover snaphots into a single snapshot, enabling you to merge test coverage from multiple test running frameworks Parameters
Sample
|
||
DotCoverMergeDefaults
Signature: DotCoverMergeParams
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead |
||
DotCoverMSpec(...)
Signature: setDotCoverParams:(DotCoverParams -> DotCoverParams) -> setMSpecParams:(MSpecParams -> MSpecParams) -> assemblies:seq<string> -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead Runs the dotCover "cover" command against the MSpec test runner. Parameters
Sample
|
||
DotCoverMSTest(...)
Signature: setDotCoverParams:(DotCoverParams -> DotCoverParams) -> setMSTestParams:(MSTestParams -> MSTestParams) -> assemblies:seq<string> -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead Runs the dotCover "cover" command against the MSTest test runner. Parameters
Sample
|
||
DotCoverNUnit(...)
Signature: setDotCoverParams:(DotCoverParams -> DotCoverParams) -> setNUnitParams:(NUnitParams -> NUnitParams) -> assemblies:seq<string> -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead Runs the dotCover "cover" command against the NUnit test runner. Parameters
Sample
|
||
DotCoverNUnit3(...)
Signature: setDotCoverParams:(DotCoverParams -> DotCoverParams) -> setNUnitParams:(NUnit3Params -> NUnit3Params) -> assemblies:seq<string> -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead Runs the dotCover "cover" command against the NUnit test runner. Parameters
Sample
|
||
DotCoverReport(setParams)
Signature: setParams:(DotCoverReportParams -> DotCoverReportParams) -> bool -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead Runs the dotCover "report" command. This generates a report from a dotCover snapshot Parameters
Sample
|
||
DotCoverReportDefaults
Signature: DotCoverReportParams
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead |
||
DotCoverXUnit2(...)
Signature: setDotCoverParams:(DotCoverParams -> DotCoverParams) -> setXUnit2Params:(XUnit2Params -> XUnit2Params) -> assemblies:seq<string> -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead Runs the dotCover "cover" command against the XUnit2 test runner. Parameters
Sample
|
||
getWorkingDir(workingDir)
Signature: workingDir:string -> string
Attributes: [<Obsolete("FAKE0001 Use the Fake.DotNet.Testing.DotCover module instead")>] |
OBSOLETEFAKE0001 Use the Fake.DotNet.Testing.DotCover module instead |