{ "all": true, "include": [ "src/**/*.js" ], "exclude": [ "**/search-binding.js", "**/ponyfills/*.js", "**/polyfills/*.js" ], "reporter": [ "html", "text", "json-summary" ], "check-coverage": true, "branches": 80, "lines": 80, "functions": 80, "statements": 80 }