We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544e9e9 commit 8c12c20Copy full SHA for 8c12c20
plugin/pom.xml
@@ -11,7 +11,7 @@
11
<artifactId>nl.esciencecenter.e3dchem.kripodb.plugin</artifactId>
12
<packaging>eclipse-plugin</packaging>
13
<properties>
14
- <sonar.coverage.jacoco.xmlReportPaths>../tests/target/report/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+ <sonar.coverage.jacoco.xmlReportPaths>../tests/target/jacoco/report/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
15
<sonar.junit.reportsPath>../tests/target/surefire-reports</sonar.junit.reportsPath>
16
<!-- exclude the generate client code from sonar cloud analysis -->
17
<sonar.exclusions>src/java/nl/esciencecenter/e3dchem/kripodb/ws/client/**/*</sonar.exclusions>
0 commit comments