Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
NCoverHelper
Contains a task which can be used to run NCover on .NET assemblies.
Nested types and modules
Type | Description |
NCoverParams |
The NCover parameter type. |
Functions and values
Function or value | Description |
NCover(...)
Signature: setParams:(NCoverParams -> NCoverParams) -> assemblies:seq<string> -> excludeAssemblies:seq<string> -> unit
|
Runs NCover on a group of assemblies. Parameters
|
NCoverDefaults
Signature: NCoverParams
|
NCover default parameters. |