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

Omit coverage for code with no logic #174

Open lee-cordell opened 6 years ago

lee-cordell commented 6 years ago

Is it possible to limit code coverage to only properties and methods that are above a given cyclomatic complexity? This would avoid having to at unit tests for constructors, methods and properties with no logic and no calls to dependencies.

Responding to your point on the Marketplace: yes I'd have a go at implementing this if you could offer some info.

axodox commented 6 years ago

OK. I will get back to you with the info at the weekend.