axodox / AxoCover

Nice and free .Net code coverage support for Visual Studio with OpenCover.
https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover
MIT License
248 stars 60 forks source link

How to Specify Modules for exclusion from Code coverage #154

Closed mkbansal145 closed 6 years ago

mkbansal145 commented 6 years ago

How and where can I specify the modules to be excluded from code coverage I would like to exclude all dlls having "_test" in their name.

Your help is much appreciated. Thanks Mayank

axodox commented 6 years ago

You can exclude test assemblies like this: image

mkbansal145 commented 6 years ago

this totally solved the issue Thanks :)