mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
Switch to vscodetestcover for running extension tests (#5458)
* 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
This commit is contained in:
18
extensions/notebook/coverageConfig.json
Normal file
18
extensions/notebook/coverageConfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"enabled": false,
|
||||
"relativeSourcePath": "..",
|
||||
"relativeCoverageDir": "../../coverage",
|
||||
"ignorePatterns": [
|
||||
"**/node_modules/**",
|
||||
"**/test/**"
|
||||
],
|
||||
"includePid": false,
|
||||
"reports": [
|
||||
"cobertura"
|
||||
],
|
||||
"verbose": false,
|
||||
"remapOptions": {
|
||||
"basePath": ".",
|
||||
"useAbsolutePaths": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user