mirror of
https://github.com/mathuo/dockview
synced 2025-03-10 16:02:04 +00:00
chore: fix sonar test integration
This commit is contained in:
parent
02568345b6
commit
bd9fe555b6
@ -12,5 +12,6 @@ module.exports = {
|
|||||||
"/node_modules/",
|
"/node_modules/",
|
||||||
"<rootDir>packages/*/src/__tests__/",
|
"<rootDir>packages/*/src/__tests__/",
|
||||||
],
|
],
|
||||||
coverageDirectory: "coverage"
|
coverageDirectory: "coverage",
|
||||||
|
testResultsProcessor: 'jest-sonar-reporter',
|
||||||
};
|
};
|
||||||
|
@ -5,7 +5,7 @@ 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=packages/dockview/test-report.xml
|
sonar.testExecutionReportPaths=./test-report.xml
|
||||||
sonar.javascript.lcov.reportPaths=packages/dockview/coverage/lcov.info
|
sonar.javascript.lcov.reportPaths=packages/dockview/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.
|
||||||
@ -16,5 +16,5 @@ sonar.javascript.lcov.reportPaths=packages/dockview/coverage/lcov.info
|
|||||||
#sonar.sources=.
|
#sonar.sources=.
|
||||||
|
|
||||||
# Encoding of the source code. Default is default system encoding
|
# Encoding of the source code. Default is default system encoding
|
||||||
#sonar.sourceEncoding=UTF-8
|
sonar.sourceEncoding=UTF-8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user