axodox / AxoCover

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

Add ability to select individual tests in Tests tree #96

Open Malivil opened 7 years ago

Malivil commented 7 years ago

Sometimes I want to run coverage against a handful of tests that are part of a larger test class. Currently AxoCover only lets you select individual tree nodes but it would be nice if you could CTRL+Click and/or SHIFT+Click to select groups or ranges.

axodox commented 7 years ago

I see no issue with adding this, however I am still working out some bugs with the support of NUnit and xUnit, and MSTestV2.