Skip to content

Commit

Permalink
Add xml coverage file
Browse files Browse the repository at this point in the history
Strangely, codecov doesn't seem to know what to do with
`coverage-report-nice.txt`
  • Loading branch information
MrCreosote committed Dec 18, 2024
1 parent 9a453f8 commit fd93521
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,9 @@ $JAVA_HOME/bin/java -cp ${lib.classpath}:${jar.absolute.path} us.kbase.tools.Wor
<fileset dir="${src}"/>
</sourcefiles>
</structure>
<html destdir="${report.dir}/html"/>
<csv destfile="${report.dir}/coverage-report.csv"/>
<html destdir="${report.dir}/html"/>
<csv destfile="${report.dir}/coverage-report.csv"/>
<xml destfile="${report.dir}/coverage-report.xml"/>
</jacoco:report>
<delete dir="${report.dir}/classes"/>
<exec executable="bash">
Expand Down

0 comments on commit fd93521

Please sign in to comment.