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

Request: Keep and update previously run coverage report on running new test #316

Open MGF opened 1 year ago

MGF commented 1 year ago

Installed product versions

Description

It would be nice if there was an option to allow the report to be updated when you run a new test, instead of completely refreshed. Currently, in order to see the total code coverage for a given file, you have to run every test that touches that file. So if I create a new test, in order to see the updated coverage I would have to run all the associated tests over again. It would be very time-saving to have it where I can run the new test, and that would update the coverage report for that file without completely replacing it.

Thank you for your consideration on this matter.