Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OpenCover
Contains a task which can be used to run OpenCover on .NET assemblies.
Nested types and modules
Type | Description |
HideSkippedType | |
OpenCoverParams |
OpenCover parameters, for more details see: https://github.com/OpenCover/opencover/wiki/Usage#console-application-usage. |
RegisterType | |
ReturnTargetCodeType |
Functions and values
Function or value | Description | ||
getVersion(setParams)
Signature: setParams:(OpenCoverParams -> OpenCoverParams) option -> unit
|
Show version OpenCover Parameters
Sample
union case Option.None: Option<'T>
|
||
OpenCoverDefaults
Signature: OpenCoverParams
|
OpenCover default parameters |
||
run setParams targetArgs
Signature: setParams:(OpenCoverParams -> OpenCoverParams) -> targetArgs:string -> unit
|
Runs OpenCover on a group of assemblies. Parameters
Sample
|