mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Filter out unneeded files from integration test coverage (#10852)
This commit is contained in:
@@ -3,10 +3,46 @@
|
||||
"relativeSourcePath": "../../../",
|
||||
"relativeCoverageDir": "../../coverage",
|
||||
"ignorePatterns": [
|
||||
"**/bat/**",
|
||||
"**/configuration-editing/**",
|
||||
"**/docker/**",
|
||||
"**/extension-editing/**",
|
||||
"**/git/**",
|
||||
"**/github/**",
|
||||
"**/github-authentication/**",
|
||||
"**/git-ui/**",
|
||||
"**/image-preview/**",
|
||||
"**/insights-default/**",
|
||||
"**/integration-tests/**",
|
||||
"**/json/**",
|
||||
"**/json-language-features/**",
|
||||
"**/liveshare/**",
|
||||
"**/markdown-basics/**",
|
||||
"**/markdown-language-features/**",
|
||||
"**/merge-conflict/**",
|
||||
"**/microsoft-authentication/**",
|
||||
"**/powershell/**",
|
||||
"**/python/**",
|
||||
"**/r/**",
|
||||
"**/search-result/**",
|
||||
"**/vscode-account/**",
|
||||
"**/vscode-test-resolver/**",
|
||||
"**/vscode-web-playground/**",
|
||||
"**/xml/**",
|
||||
"**/xml-language-features/**",
|
||||
"**/yaml/**",
|
||||
|
||||
"**/build/**",
|
||||
"**/coverage/**",
|
||||
"**/generated/**",
|
||||
"**/images/**",
|
||||
"**/node_modules/**",
|
||||
"**/test/**"
|
||||
"**/resources/**",
|
||||
"**/test/**",
|
||||
|
||||
"**/extension.webpack.config.js",
|
||||
"**/shared.webpack.config.js",
|
||||
"**/postinstall.js"
|
||||
],
|
||||
"reports": [
|
||||
"cobertura",
|
||||
|
||||
Reference in New Issue
Block a user