



You can ignore a method or an entire class from code coverage by creating and applying the attribute present in the namespace. **/Migrations/* (multiple values)ĮxcludeByAttribute Attributes to exclude from code coverage (multiple values)īoth 'Exclude' and 'Include' options can be used together but 'Exclude' takes precedence. Include Filter expressions to include specific modules and types (multiple values)ĮxcludeByFile Glob patterns specifying source files to exclude e.g. Options Enabled Specifies whether or not coverage output is enabledĮxclude Filter expressions to exclude specific modules and types (multiple values) Local (Project) options (override globals in your csproj/vbproj : OPTIONAL) Get highlights on the code being tested and the code doing the testing NET Framework projects and ( probably !) C++ projects.įeedback and ideas are welcome click here to let me know Watch Introduction Video Highlights unit test code coverage
