{ "all": true, "check-coverage": true, "include": [ "lib/**/*.js" ], "exclude": [ "**/*.spec.js", "**/*.test.js" ], "reporter": [ "json", "lcov", "text-summary", "clover" ], "branches": 75, "lines": 75, "functions": 75, "statements": 75 }