Files
azuredatastudio/extensions/integration-tests/coverConfig.json

54 lines
1.1 KiB
JSON

{
"enabled": true,
"relativeSourcePath": "../../../",
"relativeCoverageDir": "../../coverage",
"ignorePatterns": [
"**/bat/**",
"**/configuration-editing/**",
"**/docker/**",
"**/git/**",
"**/github/**",
"**/github-authentication/**",
"**/image-preview/**",
"**/insights-default/**",
"**/integration-tests/**",
"**/json/**",
"**/json-language-features/**",
"**/markdown-basics/**",
"**/markdown-language-features/**",
"**/merge-conflict/**",
"**/microsoft-authentication/**",
"**/powershell/**",
"**/python/**",
"**/r/**",
"**/search-result/**",
"**/vscode-test-resolver/**",
"**/vscode-web-playground/**",
"**/xml/**",
"**/xml-language-features/**",
"**/yaml/**",
"**/build/**",
"**/coverage/**",
"**/generated/**",
"**/images/**",
"**/node_modules/**",
"**/resources/**",
"**/test/**",
"**/extension.webpack.config.js",
"**/shared.webpack.config.js",
"**/postinstall.js"
],
"reports": [
"cobertura",
"lcov",
"json"
],
"verbose": false,
"remapOptions": {
"basePath": "../../../",
"useAbsolutePaths": true
}
}