From 95bc61d55f363be27bed88e030cc79254499e63a Mon Sep 17 00:00:00 2001 From: Steffen Wilke Date: Sun, 7 Jul 2019 11:04:55 +0200 Subject: [PATCH] Also fetch the utiliti test results. --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index edd29fb12..7a34a65b2 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -17,7 +17,7 @@ sonar.java.coveragePlugin=jacoco sonar.language=java #Tells SonarQube where the unit tests execution reports are -sonar.junit.reportsPath=build/test-results/test +sonar.junit.reportPaths=build/test-results/test,utiliti/build/test-results/test sonar.jacoco.reportPaths=build/jacoco/test.exec # Encoding of the source code. Default is default system encoding