diff --git a/extensions/integration-tests/coverConfig.json b/extensions/integration-tests/coverConfig.json index c6f734ea6f..75563139ae 100644 --- a/extensions/integration-tests/coverConfig.json +++ b/extensions/integration-tests/coverConfig.json @@ -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",