JaCoCo Offline Instrumentation: No Coverage
Problem: When working with both JaCoCo & Sealights, no coverage is captured for our Tests
Solution
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.9-SNAPSHOT</version>
<executions>
<execution>
<id>default-prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
...Related articles
Last updated
Was this helpful?

