chore: fix sonar setup

This commit is contained in:
mathuo 2021-03-28 21:27:09 +01:00
parent bd9fe555b6
commit b3b3d6836d

View File

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