chore: fix sonar setup

This commit is contained in:
mathuo 2021-03-28 22:05:15 +01:00
parent bc8d6fa30d
commit 6e1e457e60

View File

@ -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