Skip to content

Commit 2acf4a8

Browse files
author
Dennis Labordus
committed
Jacoco Coverage plugin fix.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 6f19ed8 commit 2acf4a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ SPDX-License-Identifier: Apache-2.0
192192
<!-- JaCoCo Properties -->
193193
<jacoco.version>0.8.6</jacoco.version>
194194
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
195+
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
195196
</properties>
196197

197198
<build>

0 commit comments

Comments
 (0)