The clover-report target now generates XML as well.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user