Fix JaCoCo path

This commit is contained in:
grimsi
2022-10-21 18:38:45 +02:00
parent be540ce783
commit 3bfb9acb41
+3
View File
@@ -1,2 +1,5 @@
# Point SONAR to the compiled Java classes
sonar.java.binaries=./backend/target
# Point SONAR to the JaCoCo report
sonar.coverage.jacoco.xmlReportPaths=./backend/target/site/jacoco-aggregate/jacoco.xml