bce839b41e
- update cloverphp docs to be 4 space indent - add plugin="cloverphp" attribute - remove the trailing \ Change-Id: Iad6dc770bfb04ba1318fef7dcf039f7ec44d67b9
17 lines
562 B
XML
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>
|