mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

al_xipe
25.41.2007 2f271fabcf1c410090d133d0b9b028c704b57abb
Added xml output for unit-tests coverage to allow for dashboard to track the coverage trend
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/build.xml 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -1019,8 +1019,9 @@
           <include name="metadata.emma" />
        </fileset>
        <txt outfile="${coverage.report.dir}/coverage.txt" />
        <txt  outfile="${coverage.report.dir}/coverage.txt" />
        <html outfile="${coverage.report.dir}/index.html" />
        <xml  outfile="${coverage.report.dir}/coverage.xml" />
      </report>
    </emma>