Show Jacoco coverage data

using IDEA Ultimate 13.1.6

Given the project:

https://github.com/DeziderMesko/RobotframeworkCodeCoverage

and running:

$ mvn clean install

this generates:

target/javoco.exec

target/site/jacoco/

If I open the html report in browser, it looks fine:

Bildschirmfoto 2014-11-26 um 23.09.01.png
But if open the jacoco.exec in intellij it looks wrong:

Bildschirmfoto 2014-11-26 um 23.11.32.png

What is the right way to show jacoco coverage data in intellij?

1

Please sign in to leave a comment.