ddc5ee77b1
Change-Id: Iec75f7041e38bda09abf4d85abc15219259eff2c
29 lines
717 B
YAML
29 lines
717 B
YAML
publishers:
|
|
- jacoco:
|
|
exec-pattern: '**/**.exec'
|
|
class-pattern: '**/classes'
|
|
source-pattern: '**/src/main/java'
|
|
source-inclusion-pattern: '**/*.java,**/*.kt'
|
|
update-build-status: true
|
|
inclusion-pattern: '**/*.class'
|
|
exclusion-pattern: '**/*Test*.class'
|
|
targets:
|
|
- instruction:
|
|
healthy: 7
|
|
unhealthy: 1
|
|
- branch:
|
|
healthy: 8
|
|
unhealthy: 2
|
|
- complexity:
|
|
healthy: 9
|
|
unhealthy: 3
|
|
- line:
|
|
healthy: 10
|
|
unhealthy: 4
|
|
- method:
|
|
healthy: 11
|
|
unhealthy: 5
|
|
- class:
|
|
healthy: 12
|
|
unhealthy: 6
|