mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
23 lines
376 B
JSON
23 lines
376 B
JSON
{
|
|
"enabled": true,
|
|
"relativeSourcePath": "..",
|
|
"relativeCoverageDir": "../../coverage",
|
|
"ignorePatterns": [
|
|
"**/integrationTest/**",
|
|
"**/node_modules/**",
|
|
"**/test/**",
|
|
"extension.js",
|
|
"common/localizedConstants.js"
|
|
],
|
|
"reports": [
|
|
"cobertura",
|
|
"lcov",
|
|
"json"
|
|
],
|
|
"verbose": false,
|
|
"remapOptions": {
|
|
"basePath": "..",
|
|
"useAbsolutePaths": true
|
|
}
|
|
}
|