mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
* add a few tests * fix errors * undo change * move registering commands to extension.ts for dacpac and schema compare * undo createController() addition * fix whitespace
18 lines
279 B
JSON
18 lines
279 B
JSON
{
|
|
"enabled": false,
|
|
"relativeSourcePath": "..",
|
|
"relativeCoverageDir": "../../coverage",
|
|
"ignorePatterns": [
|
|
"**/node_modules/**",
|
|
"extension.js"
|
|
],
|
|
"reports": [
|
|
"cobertura"
|
|
],
|
|
"verbose": false,
|
|
"remapOptions": {
|
|
"basePath": ".",
|
|
"useAbsolutePaths": true
|
|
}
|
|
}
|