Knowledge Base > IntelliJ Plugin > Visualizing JaCoCo reports
Visualizing JaCoCo reports
You can visualize JaCoCo binary coverage reports (files with .exec
extension) in Intellij IDEA. The steps below assume that you have already opened the project under test in the IDE. Then go to:
Run > Show Coverage Data > Click “+” > Select your .exec
file > Show selected
Intellij IDEA will open a new window showing the coverage report:
You can also review the Intellij IDEA documentation about this topic.