FortuneN / FineCodeCoverage

Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage
Other
516 stars 39 forks source link

Organize coverage report by namespace/folder #368

Closed FF-Brown closed 7 months ago

FF-Brown commented 8 months ago

Installed product versions

Description

Currently, the Coverage report can be collapsed for each project. It would be awesome if we could also have it organized by folder or namespace. So, currently the report looks something like this: image

But I'd like to have the +/- (Expand/Collapse) options for Folder and Subfolder (in this example screenshot) as well.

This is a great extension! If I get some free time and if this is a feature you'd consider, I'd be happy to work on this change.

tonyhallett commented 7 months ago

You can organize by namespace. The grouping slider has "By Namespace"

FF-Brown commented 7 months ago

@tonyhallett Oh that's awesome! I hadn't noticed that slider. Thank you!