commit 304e72a2ac5bdd992cd09586bafe16c60cc7bec5 Author: Karsten Loesing karsten.loesing@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>
tor-commits@lists.torproject.org