chore: fix sonar setup

This commit is contained in:
mathuo 2021-03-28 22:11:14 +01:00
parent 6e1e457e60
commit 85e8a6923d

View File

@ -5,8 +5,8 @@ sonar.inclusions=packages/dockview/**/*
sonar.exclusions=packages/dockview/src/__tests__/**
sonar.tests=packages/dockview/src/__tests__
sonar.testExecutionReportPaths=./test-report.xml
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.testExecutionReportPaths=test-report.xml
sonar.javascript.lcov.reportPaths=coverage/lcov.info
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=dockview