Class SCoverageIntegrationCheckMojo

All Implemented Interfaces:
ContextEnabled, Mojo

@Mojo(name="integration-check") @Execute(lifecycle="scoverage", phase=VERIFY) public class SCoverageIntegrationCheckMojo extends SCoverageCheckMojo
Checks if minimum code coverage by unit and integration tests reached in forked scoverage life cycle.

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

    • SCoverageIntegrationCheckMojo

      public SCoverageIntegrationCheckMojo()