Package org.jacoco.maven


package org.jacoco.maven
  • Class
    Description
    Base 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 to pre-integration-test phase different destFile
    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 in tcpserver mode.
    A file filter using includes/excludes patterns.
    Performs offline instrumentation.
    Mojo for merging a set of execution data files (*.exec) into a single file
    Creates a structured code coverage report (HTML, XML, and CSV) from multiple projects within reactor.
    Configurable output formats for the report goals.
    Same as report, but provides default values suitable for integration-tests: bound to report-integration phase different dataFile
    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 for Rule objects to allow Maven style includes/excludes lists