mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* Update vscode dependency (needed for test runner) to pull latest 1.x version * Update to use 1.1.5 instead * Undo change to vscode engine version * Switch to using vscodetestcover for running tests * Switch to cobertura output for coverage reports * Remove vscode dependency from profiler extension * Update yarn.lock with combined changes
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
|
|
}
|
|
} |