9d4eac085d
Change-Id: I2dc7a8e992e9c148742e4824c17c3f61ee616585 Signed-off-by: Kien Ha <kienha9922@gmail.com>
19 lines
587 B
XML
19 lines
587 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.codecover.CodeCoverPublisher plugin="codecover">
|
|
<includes>./path/report.html</includes>
|
|
<healthReports>
|
|
<minStatement>1</minStatement>
|
|
<maxStatement>100</maxStatement>
|
|
<minBranch>2</minBranch>
|
|
<maxBranch>90</maxBranch>
|
|
<minLoop>3</minLoop>
|
|
<maxLoop>80</maxLoop>
|
|
<minCondition>4</minCondition>
|
|
<maxCondition>70</maxCondition>
|
|
</healthReports>
|
|
</hudson.plugins.codecover.CodeCoverPublisher>
|
|
</publishers>
|
|
</project>
|