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

Coverage sometimes stops being displayed in VS editor window #455

Open bjornhellander opened 2 hours ago

bjornhellander commented 2 hours ago

Installed product versions

Description

First off: Awesome extension!

I have however had trouble with coverage not being displayed lately (the coloring in the "vertical bars" in the editor windows). So far, a git clean -fdx has made it work again, but the problem keeps coming back again after a while. I have only noticed it the last week or so, but it might have happened earlier as well.

Steps to recreate

I have not been able to see a pattern yet. I just keep developing and running tests and after a while no coverage is displayed.

Current behavior

Coverage sometimes stops being displayed.

Expected behavior

Coverage should always be displayed after running tests.

Side Notes

bjornhellander commented 2 hours ago

Options:

image

image

tonyhallett commented 22 minutes ago

Are you changing files outside of the Vs editor ?

tonyhallett commented 13 minutes ago

You have also the dirty code indicators turned off. If you edit code since the last coverage it becomes dirty.