Summary
Gets the coverage filters using the following syntax: +:module=*;class=*;function=*;
Use -:myassembly to exclude an assembly from code coverage.
Asterisk wildcard (*) is supported here.
This represents the
/Filters
option.
- Namespace
- Cake
.Common .Tools .DotCover - Containing Type
- Dot
Cover Coverage Settings
Syntax
public ISet<string> Filters { get; }
Value
Type | Description |
---|---|
ISet |