mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 17:22:42 -05:00
* Setting up tests on import extension * -Added API wrappers for all the azdata and vscode APIs to make them easily mockable -Added some unit tests for the import extension -Some code logic separations * -added code report for the import extension in ci * changes code coverage to 36% * adding some comments * Removing unnecessary exports * -refactored test code to replicate src structure -some changes mentioned in the pr * removed unnecessary prefixes from test case name
22 lines
341 B
JSON
22 lines
341 B
JSON
{
|
|
"enabled": true,
|
|
"relativeSourcePath": "..",
|
|
"relativeCoverageDir": "../../coverage",
|
|
"ignorePatterns": [
|
|
"**/node_modules/**",
|
|
"**/test/**",
|
|
"**/apiWrapper.js"
|
|
],
|
|
"includePid": false,
|
|
"reports": [
|
|
"cobertura",
|
|
"lcov",
|
|
"json"
|
|
],
|
|
"verbose": false,
|
|
"remapOptions": {
|
|
"basePath": "..",
|
|
"useAbsolutePaths": true
|
|
}
|
|
}
|