NCoverExplorer.NAntTasks
![]() ![]() ![]() |
v1.3.6.15 |
Represents a coverage exclusion for passing to NCoverExplorer.Console in the configuration file.
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 |