Skip to content

Commit

Permalink
HSEARCH-4929 Include all jacoco reports including the ones from subdi…
Browse files Browse the repository at this point in the history
…rectories in the aggregated report
  • Loading branch information
marko-bekhta committed Apr 15, 2024
1 parent 430ba52 commit f8d825b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@
<goals>
<goal>report-aggregate</goal>
</goals>
<configuration>
<dataFileIncludes>
<include>**/*.exec</include>
</dataFileIncludes>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit f8d825b

Please sign in to comment.