{ "include": [ "lib/**/*.js" ], "exclude": [ "lib/generators/angular/templates/**/*.js", "test/**/*.js", "coverage/**", "node_modules/**" ], "reporter": [ "text", "html", "lcov" ], "check-coverage": true, "lines": 30, "functions": 15, "branches": 20, "statements": 30 }