From 6e1e457e601623d787cab1ecb744aeed336982bb Mon Sep 17 00:00:00 2001 From: mathuo Date: Sun, 28 Mar 2021 22:05:15 +0100 Subject: [PATCH] chore: fix sonar setup --- sonar-project.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 1df3c4aed..bc20cdde6 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -6,14 +6,14 @@ sonar.exclusions=packages/dockview/src/__tests__/** sonar.tests=packages/dockview/src/__tests__ sonar.testExecutionReportPaths=./test-report.xml -sonar.typescript.lcov.reportPaths=./coverage/lcov.info +sonar.javascript.lcov.reportPaths=./coverage/lcov.info # This is the name and version displayed in the SonarCloud UI. #sonar.projectName=dockview #sonar.projectVersion=1.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -sonar.sources=. +sonar.sources=packages # Encoding of the source code. Default is default system encoding sonar.sourceEncoding=UTF-8