scoverage:report
Note:This goal should be used as a Maven report.
Full name:
org.scoverage:scoverage-maven-plugin:1.0.2:report
Description:
Generates SCoverage report in forked scoverage life
cycle.
In forked scoverage life cycle project is compiled
with SCoverage instrumentation and tests are executed before report
generation.
Attributes:
- Requires a Maven project to be executed.
- Since version: 1.0.0.
- Invokes the execution of the lifecycle phase test prior to executing itself.
- Executes in its own lifecycle: scoverage.
Optional Parameters
Name |
Type |
Since |
Description |
skip |
boolean |
1.0.0 |
Allows SCoverage to be skipped.
Default value is: false. User property is: scoverage.skip. |
Parameter Details
skip:
Allows SCoverage to be skipped.
- Type: boolean
- Since: 1.0.0
- Required: No
- User Property: scoverage.skip
- Default: false