diff --git a/sonar-project.properties b/sonar-project.properties index 9463e13..43f6690 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -7,10 +7,10 @@ sonar.projectName=Website Not Found # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # Defaults to . -sonar.sources=src +sonar.sources=src/ sonar.verbose=true sonar.exclusions=**/public/**/*, **/resources/_gen/**/*, **/*.min.js, **/*.min.css -sonar.tests=tests +sonar.tests=tests/ # Within the directories defined by sonar.tests, subset of files that will be considered as tests sonar.test.inclusions=**/*.test.js sonar.javascript.lcov.reportPaths=coverage/lcov.info