Files
azuredatastudio/extensions/arc/coverConfig.json
Charles Gagnon a1f600657a Add more arc tests (#11145)
* Add more arc tests

* Update comment
2020-06-30 14:05:27 -07:00

24 lines
381 B
JSON

{
"enabled": true,
"relativeSourcePath": "..",
"relativeCoverageDir": "../../coverage",
"ignorePatterns": [
"**/generated/**",
"**/node_modules/**",
"**/test/**",
"constants.js",
"localizedConstants.js",
"extension.js"
],
"reports": [
"cobertura",
"lcov",
"json"
],
"verbose": false,
"remapOptions": {
"basePath": "..",
"useAbsolutePaths": true
}
}