Add info about location of the coverage report

Target 'coverage' outputs now path to the generated coverage report.

Change-Id: I442c0ff002c5d269cf1f573674105691df9caec5
This commit is contained in:
Piotr Gurgul
2009-09-24 20:58:35 -07:00
parent bf95b30854
commit dd38dd51a6

View File

@@ -98,6 +98,7 @@
<delete dir="${instrumentation.absolute.dir}" /> <delete dir="${instrumentation.absolute.dir}" />
<delete file="coverage.ec" /> <delete file="coverage.ec" />
<delete file="coverage.em" /> <delete file="coverage.em" />
<echo>Saving the report file in ${basedir}/coverage/coverage.html</echo>
</target> </target>
</project> </project>