Bamboo improvements to the clover build

This commit is contained in:
Ben Hale
2007-03-05 19:20:14 +00:00
parent bb9ca6c4ef
commit 81daee75de

View File

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