mirror of
https://github.com/mathuo/dockview
synced 2025-03-11 00:12:07 +00:00
chore: fix sonar setup
This commit is contained in:
parent
b3b3d6836d
commit
3b140c140c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user