
@Mojo(name="integration-test",
threadSafe=true)
@Execute(lifecycle="scoverage",
phase=VERIFY)
public class SCoverageIntegrationTestMojo
extends org.apache.maven.plugin.AbstractMojo
scoverage life cycle up to vefiry phase.
scoverage life cycle project is compiled with SCoverage instrumentation
and unit and integration tests are executed.
| Constructor and Description |
|---|
SCoverageIntegrationTestMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes
verify phase in forked scoverage life cycle. |
Copyright © 2014–2022. All rights reserved.