dotCover 2021.1 Help

Filtering

ReSharper | Options | Cover | Filtering

This page allows you to configure coverage filters. Use them to narrow the coverage scope.

Analyze code only inAn assembly, a class, and/or a method to be included in the coverage analysis. All other code items will be excluded. Code items are filtered independently on one another.
Do not analyze code inAn assembly, a class, and/or a method to be excluded from the coverage analysis. Code items are filtered independently on one another.
Do not analyze code marked with attributesFully qualified attribute class name that will be used to exclude symbols from the coverage analysis. For example, System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute or *.ExcludeFromCodeCoverageAttribute.
Exclude file masksFiles to be excluded from the coverage tree. Note that the filter supports ?, *, and ** wildcards. For example, to exclude all .cs files that have NUnit in their path and end with .generated, use **\*NUnit*\**\*.generated.cs.
Exclude auto-properties from coverage resultsExclude auto-implemented properties from the coverage tree.
Last modified: 12 May 2021