Skip to content

Commit

Permalink
Also fetch the utiliti test results.
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-wilke committed Jul 7, 2019
1 parent 777ba8a commit 95bc61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Expand Up @@ -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
Expand Down

0 comments on commit 95bc61d

Please sign in to comment.