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

TypeDescription
NCoverParams

The NCover parameter type.

Functions and values

Function or valueDescription
NCover(...)
Signature: setParams:(NCoverParams -> NCoverParams) -> assemblies:seq<string> -> excludeAssemblies:seq<string> -> unit

Runs NCover on a group of assemblies.

Parameters

  • setParams - Function used to overwrite the NCover default parameters.
  • assemblies - The test assemblies, which should be inspected.
  • excludeAssemblies - These assemblies are excluded.
NCoverDefaults
Signature: NCoverParams

NCover default parameters.