mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* wip * Update to latest vscodetestcover and add tests back in * Update to latest version of vscodetestcover * updates * another yarn.lock * update version * Revert import path change
22 lines
364 B
JSON
22 lines
364 B
JSON
{
|
|
"enabled": true,
|
|
"relativeSourcePath": "../../../",
|
|
"relativeCoverageDir": "../../coverage",
|
|
"ignorePatterns": [
|
|
"**/coverage/**",
|
|
"**/generated/**",
|
|
"**/node_modules/**",
|
|
"**/test/**"
|
|
],
|
|
"includePid": false,
|
|
"reports": [
|
|
"cobertura",
|
|
"lcov"
|
|
],
|
|
"verbose": false,
|
|
"remapOptions": {
|
|
"basePath": "../../../",
|
|
"useAbsolutePaths": true
|
|
}
|
|
}
|