DotCover
Contains a task which can be used to run DotCover on .NET assemblies.
Nested types and modules
Type | Description |
DotCoverMergeParams | |
DotCoverParams |
The dotCover parameter type for running coverage |
DotCoverReportParams | |
DotCoverReportType |
Functions and values
Function or value | Description | ||
buildDotCoverArgs(parameters)
Signature: parameters:DotCoverParams -> string
|
|||
buildDotCoverMergeArgs(parameters)
Signature: parameters:DotCoverMergeParams -> string
|
|||
buildDotCoverReportArgs(parameters)
Signature: parameters:DotCoverReportParams -> string
|
|||
buildParamsAndExecute(...)
Signature: parameters:'?10014 -> buildArguments:('?10014 -> string) -> toolPath:string -> workingDir:string -> failBuild:bool -> unit
Type parameters: '?10014 |
|||
DotCover(setParams)
Signature: setParams:(DotCoverParams -> DotCoverParams) -> unit
|
Runs the dotCover "cover" command, using a target executable (such as NUnit or MSpec) and generates a snapshot file. Parameters
|
||
DotCoverDefaults
Signature: DotCoverParams
|
The dotCover default parameters |
||
DotCoverMerge(setParams)
Signature: setParams:(DotCoverMergeParams -> DotCoverMergeParams) -> unit
|
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
|
|||
DotCoverMSpec(...)
Signature: setDotCoverParams:(DotCoverParams -> DotCoverParams) -> setMSpecParams:(MSpecParams -> MSpecParams) -> assemblies:seq<string> -> unit
|
Runs the dotCover "cover" command against the MSpec test runner. Parameters
Sample
|
||
DotCoverMSTest(...)
Signature: setDotCoverParams:(DotCoverParams -> DotCoverParams) -> setMSTestParams:(MSTestParams -> MSTestParams) -> assemblies:seq<string> -> unit
|
Runs the dotCover "cover" command against the MSTest test runner. Parameters
Sample
|
||
DotCoverNUnit(...)
Signature: setDotCoverParams:(DotCoverParams -> DotCoverParams) -> setNUnitParams:(NUnitParams -> NUnitParams) -> assemblies:seq<string> -> unit
|
Runs the dotCover "cover" command against the NUnit test runner. Parameters
Sample
|
||
DotCoverNUnit3(...)
Signature: setDotCoverParams:(DotCoverParams -> DotCoverParams) -> setNUnitParams:(NUnit3Params -> NUnit3Params) -> assemblies:seq<string> -> unit
|
Runs the dotCover "cover" command against the NUnit test runner. Parameters
Sample
|
||
DotCoverReport(setParams)
Signature: setParams:(DotCoverReportParams -> DotCoverReportParams) -> bool -> unit
|
Runs the dotCover "report" command. This generates a report from a dotCover snapshot Parameters
Sample
|
||
DotCoverReportDefaults
Signature: DotCoverReportParams
|
|||
DotCoverXUnit2(...)
Signature: setDotCoverParams:(DotCoverParams -> DotCoverParams) -> setXUnit2Params:(XUnit2Params -> XUnit2Params) -> assemblies:seq<string> -> unit
|
Runs the dotCover "cover" command against the XUnit2 test runner. Parameters
Sample
|
||
getWorkingDir(workingDir)
Signature: workingDir:string -> string
|