mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* Add script to combine coverage files * add script * Add core coverage file as well * Add json reporting * Update README * more
21 lines
319 B
JSON
21 lines
319 B
JSON
{
|
|
"enabled": true,
|
|
"relativeSourcePath": "..",
|
|
"relativeCoverageDir": "../../coverage",
|
|
"ignorePatterns": [
|
|
"**/node_modules/**",
|
|
"**/test/**"
|
|
],
|
|
"includePid": false,
|
|
"reports": [
|
|
"cobertura",
|
|
"lcov",
|
|
"json"
|
|
],
|
|
"verbose": false,
|
|
"remapOptions": {
|
|
"basePath": "..",
|
|
"useAbsolutePaths": true
|
|
}
|
|
}
|