mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -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 * Did some more code refractoring * -Added json report generation * updated vscodetestcoverage to latest version in import extension. * -remove duplicate codecoverageConfig.json
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
|
|
}
|
|
}
|