Package org.jacoco.maven
package org.jacoco.maven
-
ClassDescriptionBase class for preparing a property pointing to the JaCoCo runtime agent that can be passed as a VM argument to the application under test.Base class for JaCoCo Mojos.Base class for creating a code coverage report for tests of a single project in multiple formats (HTML, XML, and CSV).Same as
prepare-agent
, but provides default values suitable for integration-tests: bound topre-integration-test
phase differentdestFile
Prepares a property pointing to the JaCoCo runtime agent that can be passed as a VM argument to the application under test.Checks that the code coverage metrics are being met.Request a dump over TCP/IP from a JaCoCo agent running intcpserver
mode.A file filter using includes/excludes patterns.Performs offline instrumentation.Mojo for merging a set of execution data files (*.exec) into a single fileCreates a structured code coverage report (HTML, XML, and CSV) from multiple projects within reactor.Configurable output formats for the report goals.Same asreport
, but provides default values suitable for integration-tests: bound toreport-integration
phase differentdataFile
Creates a code coverage report for tests of a single project in multiple formats (HTML, XML, and CSV).Encapsulates the tasks to create reports for Maven projects.Restores original classes as they were before offline instrumentation.Wrapper forRule
objects to allow Maven style includes/excludes lists