mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-14 16:20:04 +00:00
6 lines
203 B
Properties
6 lines
203 B
Properties
# 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
|