I have configured EclEmma not to instrument my unit tests which works fine. However, the editor still highlights the test code as not covered. I want no highlighting in unit
The include/exclude filter settings in the Preferences window apply to class name/package patterns for all projects. To control the files at the folder/path level you must set it per-project.
src/test/java
These settings will apply every time you run the coverage in the future without having to open the configuration window.
I did the following steps:
src/main/java
It seems to work nicely.