Package org.scoverage.plugin
Class SCoverageIntegrationCheckMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.scoverage.plugin.SCoverageCheckMojo
org.scoverage.plugin.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
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
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.scoverage.plugin.SCoverageCheckMojo
execute
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
SCoverageIntegrationCheckMojo
public SCoverageIntegrationCheckMojo()
-