mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
22 lines
352 B
JSON
22 lines
352 B
JSON
{
|
|
"enabled": true,
|
|
"relativeSourcePath": "../../../",
|
|
"relativeCoverageDir": "../../coverage",
|
|
"ignorePatterns": [
|
|
"**/coverage/**",
|
|
"**/generated/**",
|
|
"**/node_modules/**",
|
|
"**/test/**"
|
|
],
|
|
"reports": [
|
|
"cobertura",
|
|
"lcov",
|
|
"json"
|
|
],
|
|
"verbose": false,
|
|
"remapOptions": {
|
|
"basePath": "../../../",
|
|
"useAbsolutePaths": true
|
|
}
|
|
}
|