Goals available:
| Goal | Description |
|---|---|
patchwork:test
|
A mojo for running test with patchwork coverage. This simple mojo is wrapper around {@link TestRunner} class that runs from inside a maven project. It does the following:
|
patchwork:report
|
A maven report for patchwork coverage data. This report expects to find the result of a patchwork execution in some directory in the build directory of the project: A patchwork.data file that contains the coverage data and optionally source files (all other .html files) for translating coverage information to source data. |