Skip to content

Commit 8c12c20

Browse files
committed
Correct jacoco path
1 parent 544e9e9 commit 8c12c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>nl.esciencecenter.e3dchem.kripodb.plugin</artifactId>
1212
<packaging>eclipse-plugin</packaging>
1313
<properties>
14-
<sonar.coverage.jacoco.xmlReportPaths>../tests/target/report/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
14+
<sonar.coverage.jacoco.xmlReportPaths>../tests/target/jacoco/report/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
1515
<sonar.junit.reportsPath>../tests/target/surefire-reports</sonar.junit.reportsPath>
1616
<!-- exclude the generate client code from sonar cloud analysis -->
1717
<sonar.exclusions>src/java/nl/esciencecenter/e3dchem/kripodb/ws/client/**/*</sonar.exclusions>

0 commit comments

Comments
 (0)