Files
azuredatastudio/extensions/notebook/coverConfig.json
2020-07-20 15:24:36 -07:00

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
}
}