Skip to content

Commit e05fc02

Browse files
author
Tyler Coles
committed
Require 90% instruction coverage in 'test' phase.
1 parent dc88872 commit e05fc02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
</execution>
100100
<execution>
101101
<id>default-check</id>
102+
<phase>test</phase>
102103
<goals>
103104
<goal>check</goal>
104105
</goals>
@@ -110,7 +111,7 @@
110111
<limit>
111112
<counter>INSTRUCTION</counter>
112113
<value>COVEREDRATIO</value>
113-
<minimum>80%</minimum>
114+
<minimum>90%</minimum>
114115
</limit>
115116
</limits>
116117
</rule>

0 commit comments

Comments
 (0)