From a79842eaa351359618303a95beabb5d0f16c049a Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Sat, 15 Oct 2011 10:48:59 -0700 Subject: Add coverage-xml target to tests build.xml This allows us to gather EMMA code coverage statistics in Jenkins. --- tests/build.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/tests/build.xml b/tests/build.xml index 97f3894..58bc9e4 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -52,6 +52,39 @@ --> + + + + + + + + + Downloading coverage file into project directory... + + + + + + + Extracting XML coverage report... + + + + + + + + + + Cleaning up temporary files... + + + + Saving the report file in ${basedir}/coverage/coverage.xml + +