Skip to content

Commit

Permalink
fix for coverage reports
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Oct 29, 2013
1 parent cdfcba6 commit 1fa016e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions parent/java-toolkit-ci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,27 @@
</dataFiles>
</configuration>
</reportSet>
<reportSet>
<id>modules-xml</id>
<reports>
<report>aggregate</report>
</reports>
<configuration>
<skipModule>false</skipModule>
<aggregate>false</aggregate>

<reportFormats>
<reportFormat>xml</reportFormat>
</reportFormats>

<groupName>Unit and Integration Tests (per module)</groupName>
<groupDirectory>all</groupDirectory>
<dataFiles>
<dataFile>${jacoco.exec.it}</dataFile>
<dataFile>${jacoco.exec.unit}</dataFile>
</dataFiles>
</configuration>
</reportSet>
</reportSets>
</plugin>
</plugins>
Expand Down

0 comments on commit 1fa016e

Please sign in to comment.