chore: fix sonar setup

This commit is contained in:
mathuo 2021-03-28 21:45:31 +01:00
parent b3b3d6836d
commit 3b140c140c

View File

@ -1,12 +1,12 @@
sonar.projectKey=mathuo_dockview sonar.projectKey=mathuo_dockview
sonar.organization=dockview sonar.organization=dockview
sonar.inclusions=packages/dockview/**/* # sonar.inclusions=packages/dockview/**/*
sonar.exclusions=packages/dockview/src/__tests__/** 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.javascript.lcov.reportPaths=./coverage/lcov.info sonar.typescript.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