@koliveira15/nx-sonarqube
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"main": "src/index.js", | ||
@@ -10,0 +10,0 @@ "generators": "./generators.json", |
@@ -12,3 +12,4 @@ export interface ScanExecutorSchema { | ||
skipImplicitDeps?: boolean; | ||
testInclusions?: string; | ||
verbose?: boolean; | ||
} |
@@ -53,2 +53,7 @@ { | ||
}, | ||
"testInclusions": { | ||
"description": "Comma-delimited list of test file path patterns to be included in analysis. When set, only test files matching the paths set here will be included in analysis", | ||
"type": "string", | ||
"default": "**/*.spec.ts" | ||
}, | ||
"verbose": { | ||
@@ -55,0 +60,0 @@ "description": "Add more detail to both client and server-side analysis logs", |
@@ -85,2 +85,4 @@ "use strict"; | ||
'sonar.sourceEncoding': 'UTF-8', | ||
'sonar.tests': paths.sources, | ||
'sonar.test.inclusions': options.testInclusions, | ||
'sonar.typescript.tsconfigPath': 'tsconfig.base.json', | ||
@@ -87,0 +89,0 @@ 'sonar.verbose': String(options.verbose), |
Sorry, the diff of this file is not supported yet
23527
416