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

Add sort options in report tab #155

Closed eylvisaker closed 6 years ago

eylvisaker commented 6 years ago

It would be really nice to be able to sort the list of items in the treeview on the reports tab so that at each level of the tree, within that object the methods/namespaces/classes which have the most uncovered lines would appear at the top.

axodox commented 6 years ago

Added it on latest master build: https://github.com/axodox/AxoCover/releases Will release with some other changes after testing.

axodox commented 6 years ago

Released.