Added more app tests

This commit is contained in:
Erik C. Thauvin 2023-06-07 11:50:45 -07:00
parent 6f1e6fd203
commit 221156e1fd
2 changed files with 20 additions and 3 deletions

View file

@ -35,8 +35,7 @@ sonar {
property("sonar.organization", "ethauvin-github")
property("sonar.host.url", "https://sonarcloud.io")
property("sonar.sourceEncoding", "UTF-8")
property("sonar.coverage.jacoco.xmlReportPaths",
"build/reports/kover/report.xml,${project.rootDir}/app/build/reports/kover/report.xml")
property("sonar.coverage.jacoco.xmlReportPaths", "build/reports/kover/report.xml")
property("sonar.log.level", "DEBUG")
}
}