Summary
Gets the coverage process filters using the following syntax: +:test.exe;program.exe*;
Use -:anexe to exclude an assembly from code coverage.
This represents the
/ProcessFilters option.
- Namespace
- Cake
.Common .Tools .DotCover - Containing Type
- Dot
Cover Coverage Settings
Syntax
public ISet<string> ProcessFilters { get; }
Value
| Type | Description |
|---|---|
| ISet |
