Issue with coverage in the gutter
If I run just one unit test for a class I can get the gutter all green to show it's been full covered.
If I run all my unit tests the coverage goes up as expected but the gutter can now show untested and partial tested lines.
Seems wrong, it's as though a later test is somehow removing a previous tests impact.
Any ideas ?
Please sign in to leave a comment.
This is not an issue for me. Can you give me an example project to reproduce it?
Best regards,
Alexander Podkhalyuzin.
Will try and create a project.
Happens for me under Tracing but not Sampling.