using JaCoCo maven plugin in IntelliJ IDEA

1.4k Views Asked by At

I've installed the jacoco plugin in my maven project, run mvn test

I see that inside the /target folder a jacoco.exec has been created, but when I open it with IntelliJ IDEA, this is what I see

jacoco in IntelliJ IDEA: jacoco in IntelliJ IDEA

and I was expecting this:

Expected this

0

There are 0 best solutions below