Java code coverage agent for collecting execution data during test runs.
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<version>0.8.14</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Obtains the JaCoCo runtime agent and dumps execution data.
Add -javaagent:jacocoagent.jar to JVM arguments when running tests.
No dependency data recorded yet.