f0e874106e
Update examples filename from '*complete*' to '*full*' to make all filename consistent. Change-Id: I37d3f9bf43cae455639fc2611e33734ea2c24ebc
28 lines
665 B
YAML
28 lines
665 B
YAML
publishers:
|
|
- jacoco:
|
|
exec-pattern: '**/**.exec'
|
|
class-pattern: '**/classes'
|
|
source-pattern: '**/src/main/java'
|
|
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
|