Question:
After running coverage reports in Eclipse (using cobertura or an EMMA plugin), my source code files get highlighted in green, red and yellow depending on which lines of code were covered by tests.How can I clear this highlighting after I’m done?
Best Answer:
Click the “Remove all Sessions” button in the toolbar of the “Coverage” view.
If you have better answer, please add a comment about this, thank you!
Source: Stackoverflow.com
Leave a Review