mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* Sanitize db name for filename * Add unit tests * lower timeout to 60 seconds * add extra coverageConfig.json and missing character check
17 lines
282 B
JSON
17 lines
282 B
JSON
{
|
|
"enabled": false,
|
|
"relativeSourcePath": "..",
|
|
"relativeCoverageDir": "../../coverage",
|
|
"ignorePatterns": [
|
|
"**/node_modules/**"
|
|
],
|
|
"includePid": false,
|
|
"reports": [
|
|
"cobertura"
|
|
],
|
|
"verbose": false,
|
|
"remapOptions": {
|
|
"basePath": ".",
|
|
"useAbsolutePaths": true
|
|
}
|
|
} |