Re: JaCoCoverage plugin

2019-05-25 Thread Laszlo Kishalmi
You might be hitting this with Gradle: https://github.com/vaskoz/core-java9-impatient/issues Also are you trying to use Java modular projects? That's not working with the current plugin. On 5/25/19 2:04 AM, Eduardo Mosqueira Rey wrote: With Maven I managed to get the coverage data adding th

Re: JaCoCoverage plugin

2019-05-25 Thread Antonio
Bos días, Eduardo, all, You're using JDK11 or JDK12, right? It seems you'll have to upgrade the jacoco version in your pom.xml, as JBoss is doing in [1]. This looks very similar to the error you're getting. They've upgraded to 0.8.2 [2]. AFAIK jacoco 0.8.0 has only _experimental_ support for

RE: JaCoCoverage plugin

2019-05-25 Thread Eduardo Mosqueira Rey
Just for clarify the branch coverage is in the full report at "\target\site\jacoco\index.html" what I missed was that information in the NetBeans GUI. De: Eduardo Mosqueira Rey Enviado: sábado, 25 de mayo de 2019 11:04 Para: Laszlo Kishalmi; users@netbeans.apache

RE: JaCoCoverage plugin

2019-05-25 Thread Eduardo Mosqueira Rey
With Maven I managed to get the coverage data adding this plugin to the pom: org.jacoco jacoco-maven-plugin 0.8.2 prepare-agent