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
6e1e457e60
commit
85e8a6923d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user