604d39305b
Fixed problem that causes a UnicodeEncodeError when use multi-byte characters in the job.yml. Change-Id: Ie715c827a794e73fae11cdca079ea80cfb8c280d
17 lines
543 B
XML
17 lines
543 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<org.jenkinsci.plugins.cloverphp.CloverPHPPublisher>
|
|
<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>
|