pom.xml:jacoco: merge rules

Signed-off-by: Paul Campbell <paulcampbell@fife.ac.uk>
This commit is contained in:
Paul Campbell 2016-02-17 13:59:39 +00:00 committed by Paul Campbell
parent fd5f2e38ce
commit 5aab3ab9af

View file

@ -285,14 +285,6 @@
<value>COVEREDRATIO</value> <value>COVEREDRATIO</value>
<minimum>0.50</minimum> <minimum>0.50</minimum>
</limit> </limit>
</limits>
</rule>
<rule implementation="org.jacoco.maven.RuleConfiguration">
<element>CLASS</element>
<excludes>
<exclude>*Test</exclude>
</excludes>
<limits>
<limit implementation="org.jacoco.report.check.Limit"> <limit implementation="org.jacoco.report.check.Limit">
<counter>INSTRUCTION</counter> <counter>INSTRUCTION</counter>
<value>COVEREDRATIO</value> <value>COVEREDRATIO</value>