Author: andrei_exadel
Date: 2008-05-13 05:32:46 -0400 (Tue, 13 May 2008)
New Revision: 8545
Modified:
trunk/ui/assembly/TestCoverage.bat
Log:
delete test classes after report has been generated
Modified: trunk/ui/assembly/TestCoverage.bat
===================================================================
--- trunk/ui/assembly/TestCoverage.bat 2008-05-13 09:15:08 UTC (rev 8544)
+++ trunk/ui/assembly/TestCoverage.bat 2008-05-13 09:32:46 UTC (rev 8545)
@@ -9,4 +9,5 @@
echo Generate coverage database...
call mvn com.atlassian.maven.plugins:maven-clover-plugin:3.7:instrument -P clover
-Dclover.license.path=%LICENSE_PATH%
echo Generate report...
-call mvn com.atlassian.maven.plugins:maven-clover-plugin:3.7:clover -P clover
-Dclover.license.path=%LICENSE_PATH%
\ No newline at end of file
+call mvn com.atlassian.maven.plugins:maven-clover-plugin:3.7:clover -P clover
-Dclover.license.path=%LICENSE_PATH%
+call TestCoverage.jar
Show replies by date