diff --git a/sonar-project.properties b/sonar-project.properties index 6022510..56c39b4 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,13 +1,9 @@ sonar.projectKey=hagenstrahl_anna-otto sonar.organization=hagenstrahl - -# This is the name and version displayed in the SonarCloud UI. -#sonar.projectName=anna-otto -#sonar.projectVersion=1.0 - - -# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -#sonar.sources=. - -# Encoding of the source code. Default is default system encoding -#sonar.sourceEncoding=UTF-8 \ No newline at end of file +sonar.sources=apps/website +sonar.tests=apps/website/__tests__ +sonar.test.inclusion=**/*.test.ts +sonar.javascript.lcov.reportPaths=apps/website/coverage/lcov.info +sonar.testExecutionReportPaths=apps/website/coverage/test-report.xml +sonar.sourceEncoding=UTF-8 +sonar.css.file.suffixes=.css,.scss \ No newline at end of file