Skip to content

Commit

Permalink
Merge pull request #2865 from pabender/testbenchmarks
Browse files Browse the repository at this point in the history
Set lines covered benchmark to 30%
  • Loading branch information
pabender committed Feb 7, 2017
2 parents ffd456b + d260987 commit 059a9ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@

<check>
<rule>
<limit counter="LINE" value="COVEREDRATIO" minimum="0.28"/>
<limit counter="LINE" value="COVEREDRATIO" minimum="0.30"/>
<limit counter="CLASS" value="COVEREDRATIO" minimum="0.50"/>
</rule>
<rule element="PACKAGE">
Expand Down Expand Up @@ -1396,7 +1396,7 @@

<check>
<rule>
<limit counter="LINE" value="COVEREDRATIO" minimum="0.28"/>
<limit counter="LINE" value="COVEREDRATIO" minimum="0.30"/>
<limit counter="CLASS" value="COVEREDRATIO" minimum="0.50"/>
</rule>
<rule element="PACKAGE">
Expand All @@ -1422,7 +1422,7 @@

<check>
<rule>
<limit counter="LINE" value="COVEREDRATIO" minimum="0.28"/>
<limit counter="LINE" value="COVEREDRATIO" minimum="0.30"/>
<limit counter="CLASS" value="COVEREDRATIO" minimum="0.50"/>
</rule>
<rule element="PACKAGE">
Expand Down

0 comments on commit 059a9ca

Please sign in to comment.