I changed my build path to
my-project/build
in order Eclipse to take the class files from the Gradle execution, but when I rerun coverage analysis I faced this problem.
Error while loading coverage session (code 5001). Error while analyzing package fragment root java at my-project/build (code 5007). Error while analyzing MyClass.class.
How to configure EclEmma in order to use class files from build, not bin folder?