28c5c1c93b
Capture code coverage reports from PHPUnit, requires the Jenkins Clover PHP Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Clover+PHP+Plugin Note: whenever the healthy targets are left blank, the v0.3.3 plugin will fill in default values which then appears in the configuration. I have ported that in Jenkins Job Builder to ensure clean diff in the Job Configuration History plugin. Change-Id: I9010dee62611094840304cdc2e7317b058d6495a
11 lines
239 B
YAML
11 lines
239 B
YAML
# Specify only method or statement
|
|
# Does not specify failling
|
|
publishers:
|
|
- cloverphp:
|
|
xml-location: 'build/clover.xml'
|
|
metric-targets:
|
|
- healthy:
|
|
method: 77
|
|
- unhealthy:
|
|
statement: 88
|