mirror of
https://github.com/mathuo/dockview
synced 2025-03-10 07:52:07 +00:00
chore: fix sonar test integration
This commit is contained in:
parent
02568345b6
commit
bd9fe555b6
@ -12,5 +12,6 @@ module.exports = {
|
||||
"/node_modules/",
|
||||
"<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.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
|
||||
|
||||
# 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=.
|
||||
|
||||
# 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