pom.xml:jacoco: merge rules
Signed-off-by: Paul Campbell <paulcampbell@fife.ac.uk>
This commit is contained in:
parent
fd5f2e38ce
commit
5aab3ab9af
1 changed files with 0 additions and 8 deletions
8
pom.xml
8
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue