jenkins-job-builder/tests/publishers/fixtures/cloverphp001.xml
Dong Ma bce839b41e Update cloverphp plugin
- update cloverphp docs to be 4 space indent
- add plugin="cloverphp" attribute
- remove the trailing \

Change-Id: Iad6dc770bfb04ba1318fef7dcf039f7ec44d67b9
2016-09-12 10:22:11 +08:00

17 lines
562 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<org.jenkinsci.plugins.cloverphp.CloverPHPPublisher plugin="cloverphp">
<publishHtmlReport>false</publishHtmlReport>
<xmlLocation>build/clover.xml</xmlLocation>
<disableArchiving>false</disableArchiving>
<healthyTarget>
<methodCoverage>70</methodCoverage>
<statementCoverage>80</statementCoverage>
</healthyTarget>
<unhealthyTarget/>
<failingTarget/>
</org.jenkinsci.plugins.cloverphp.CloverPHPPublisher>
</publishers>
</project>