Open JaCoCo report in Intellij IDEA

Found the solution.
I have installed the coverage plugin and the EclEmma plugin (not sure if this one is really necessary…).
Then “Run -> Show Coverage Data…” and pick your Jacoco output file. This file HAS to have the .exec extension, otherwise you can’t select it. That was my problem…

Thanks

Leave a Comment