Clearing coverage highlighting in Eclipse

Charbel picture Charbel · May 24, 2011 · Viewed 206.2k times · Source

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?

Answer

Kai picture Kai · May 25, 2011

Click the "Remove all Sessions" button in the toolbar of the "Coverage" view.

enter image description here