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
506 stars 38 forks source link

Feature Request: Group by Traits #394

Closed moberberger closed 5 months ago

moberberger commented 5 months ago

Installed product versions

Description

Please add Grouping by Traits

Steps to recreate

Current behavior

You can group by numerous things except for traits

Expected behavior

I would like to group results by test traits e.g. using attribute [TestCategory( "My Test Category" )]

Side Notes

Not a bug- clearly a feature request May not be possible / reasonable as there may be no way to understand a unit test from any other execution of the code (i.e. not from a unit test)

tonyhallett commented 5 months ago

May not be possible / reasonable as there may be no way to understand a unit test from any other execution of the code (i.e. not from a unit test)

There is no connection between the coverage results and the test / tests that result in the coverage line being hit.