You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/11/05 10:57:38 UTC

svn commit: r1538921 - /tomcat/trunk/BUILDING.txt

Author: markt
Date: Tue Nov  5 09:57:38 2013
New Revision: 1538921

URL: http://svn.apache.org/r1538921
Log:
Document how to enable Cobertura code coverage

Modified:
    tomcat/trunk/BUILDING.txt

Modified: tomcat/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1538921&r1=1538920&r2=1538921&view=diff
==============================================================================
--- tomcat/trunk/BUILDING.txt (original)
+++ tomcat/trunk/BUILDING.txt Tue Nov  5 09:57:38 2013
@@ -362,6 +362,11 @@ For example:
 
         junit.formatter.usefile=false
 
+ 4. Optional support is provided for the Cobertura code ocverage tool. It can be
+ enabled using the following property:
+
+        test.cobertura=true
+
 
 (8) Source code checks
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org