[tor-commits] [metrics-lib/master] Adapt the branch rate to 42% for cobertura check.

karsten at torproject.org karsten at torproject.org
Wed Jul 6 07:04:10 UTC 2016


commit 304e72a2ac5bdd992cd09586bafe16c60cc7bec5
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Jul 6 09:02:27 2016 +0200

    Adapt the branch rate to 42% for cobertura check.
    
    Suggested by iwakeh on #19571.
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 3f62199..86c8ee8 100644
--- a/build.xml
+++ b/build.xml
@@ -253,7 +253,7 @@
         <include name="**/*.java" />
       </fileset>
     </cobertura-report>
-    <cobertura-check branchrate="0" totallinerate="31" totalbranchrate="41" >
+    <cobertura-check branchrate="0" totallinerate="31" totalbranchrate="42" >
       <regex pattern="org.torproject.descriptor.benchmark.*" branchrate="0" linerate="0"/>
     </cobertura-check>
   </target>



More information about the tor-commits mailing list