Skip to content

Commit

Permalink
Add sonar cube reports plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
tk committed Feb 7, 2025
1 parent 789a7ac commit 94ee003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<sonar.organization>sauce-code</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.coverage.jacoco.xmlReportPaths>cuckoo-engine/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/cuckoo-engine/target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 94ee003

Please sign in to comment.