Class SCoverageIntegrationReportMojo

All Implemented Interfaces:
ContextEnabled, Mojo, MavenReport

@Mojo(name="integration-report", threadSafe=false) @Execute(lifecycle="scoverage", phase=VERIFY) public class SCoverageIntegrationReportMojo extends SCoverageReportMojo
Generates code coverage by unit and integration tests report in forked scoverage life cycle.

In forked scoverage life cycle project is compiled with SCoverage instrumentation and unit and integration tests are executed before report generation.
Since:
1.1.0
Author:
Grzegorz Slowikowski
  • Constructor Details

    • SCoverageIntegrationReportMojo

      public SCoverageIntegrationReportMojo()