Skip to content

Commit f9c05f9

Browse files
committed
fix coverage calculation
1 parent 37cad2f commit f9c05f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@
742742
</goals>
743743
<configuration>
744744
<dataFile>${project.build.directory}/jacoco-merged.exec</dataFile>
745-
<outputDirectory>${project.reporting.outputDirectory}/jacoco-merged</outputDirectory>
745+
<!-- use default output file path for SonarQube to pick it up automatically -->
746746
</configuration>
747747
</execution>
748748
</executions>

0 commit comments

Comments
 (0)