mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* resource types * implement the dialog * remove unused method * fix issues * formatting * 5-17 * address comments and more tests
17 lines
281 B
JSON
17 lines
281 B
JSON
{
|
|
"enabled": true,
|
|
"relativeSourcePath": "..",
|
|
"relativeCoverageDir": "../../coverage",
|
|
"ignorePatterns": [
|
|
"**/node_modules/**"
|
|
],
|
|
"includePid": false,
|
|
"reports": [
|
|
"cobertura"
|
|
],
|
|
"verbose": false,
|
|
"remapOptions": {
|
|
"basePath": ".",
|
|
"useAbsolutePaths": true
|
|
}
|
|
} |