@groovy.transform.CompileStatic class GrailsJacocoPlugin extends java.lang.Object implements Plugin<Project>
Convention plugin for JaCoCo code coverage. Apply to each subproject that compiles code. In addition to configuring per-subproject coverage, this plugin lazily registers a jacocoAggregateReport task on the root project the first time it is applied, then wires each subproject's exec data into that task. The aggregate produces a single XML report at build/reports/jacoco/aggregate/jacocoAggregateReport.xml suitable for Codecov upload.
| Type | Name and description |
|---|---|
static java.lang.String |
AGGREGATE_TASK_NAME |
| Constructor and description |
|---|
GrailsJacocoPlugin() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |