mirror of
https://github.com/mathuo/dockview
synced 2025-03-10 16:02:04 +00:00
chore: fix sonar setup
This commit is contained in:
parent
bc8d6fa30d
commit
6e1e457e60
@ -6,14 +6,14 @@ sonar.exclusions=packages/dockview/src/__tests__/**
|
|||||||
sonar.tests=packages/dockview/src/__tests__
|
sonar.tests=packages/dockview/src/__tests__
|
||||||
|
|
||||||
sonar.testExecutionReportPaths=./test-report.xml
|
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.
|
# This is the name and version displayed in the SonarCloud UI.
|
||||||
#sonar.projectName=dockview
|
#sonar.projectName=dockview
|
||||||
#sonar.projectVersion=1.0
|
#sonar.projectVersion=1.0
|
||||||
|
|
||||||
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
# 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
|
# Encoding of the source code. Default is default system encoding
|
||||||
sonar.sourceEncoding=UTF-8
|
sonar.sourceEncoding=UTF-8
|
||||||
|
Loading…
Reference in New Issue
Block a user