The clover-report target now generates XML as well.

This commit is contained in:
Ulrik Sandberg
2007-01-30 19:04:45 +00:00
parent cdc9ed1c8a
commit 57bff93fcc

View File

@@ -65,6 +65,7 @@
<target name="clover-report" depends="clover.instrument, tests-local" description="Produce a test coverage report">
<clover-report>
<current outfile="${target.clover.dir}/coverage.xml" />
<current outfile="${target.clover.dir}/html">
<format type="html" />
</current>