<exclusion>

Represents a coverage exclusion for passing to NCoverExplorer.Console in the configuration file.

Parameters

Attribute Type Description Required
enabled bool Indicates if the exclusion is enabled. False
isRegex bool Indicates if the pattern is a regular expression. False
pattern string The pattern to match. False
type string The exclusion type of Assembly, Namespace or Class. False

Requirements

Assembly: NCoverExplorer.NAntTasks (1.3.6.15)