Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created April 22, 2012 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredgrott/2440770 to your computer and use it in GitHub Desktop.
Save fredgrott/2440770 to your computer and use it in GitHub Desktop.
correct emma coverage android
<emma>
<report sourcepath="${tested.project.absolute.dir}/${source.dir}"
verbosity="${verbosity}">
<!-- TODO: report.dir or something like should be introduced if necessary -->
<infileset dir="${tested.project.absoulte.dir}">
<include name="coverage.em"/>
</infileset>
<infileset dir=".">
<include name="coverage.ec" />
</infileset>
<!-- TODO: reports in other, indicated by user formats -->
<html outfile="coverage.html" />
</report>
</emma>
<echo level="info">Cleaning up temporary files...</echo>
<delete file="coverage.ec" />
<delete file="${tested.project.absoulte.dir}/coverage.em" />
<echo level="info">Saving the report file in ${basedir}/coverage/coverage.html</echo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment