Fixed sonarqube/kover report location

This commit is contained in:
Erik C. Thauvin 2022-08-25 15:09:29 -07:00
parent 5465baf59a
commit afece310d2

View file

@ -173,7 +173,7 @@ sonarqube {
property('sonar.organization', 'ethauvin-github') property('sonar.organization', 'ethauvin-github')
property('sonar.projectKey', 'ethauvin_mobibot') property('sonar.projectKey', 'ethauvin_mobibot')
property('sonar.host.url', 'https://sonarcloud.io') property('sonar.host.url', 'https://sonarcloud.io')
property('sonar.coverage.jacoco.xmlReportPaths', "${project.buildDir}/reports/kover/report.xml") property('sonar.coverage.jacoco.xmlReportPaths', "${project.buildDir}/reports/kover/xml/report.xml")
} }
} }