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
526 stars 40 forks source link

There should be an option for turning on Coverage for new code only #325

Open inishantmishra opened 1 year ago

inishantmishra commented 1 year ago

Installed product versions

Description

There should be an option to set existing coverage as a baseline and we should be able to configure that all new codes should show the coverage results so that we can focus on new code only.

Currently, we need to find out the assembly or class file where we have done new changes which is not user-friendly to do so.