Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up| { | |
| "exclude": [ | |
| "coverage/**", | |
| "test/**", | |
| "tools/**", | |
| "benchmark/**", | |
| "deps/**" | |
| ], | |
| "reporter": [ | |
| "html", | |
| "text", | |
| "cobertura" | |
| ], | |
| "lines": 95, | |
| "branches": "93", | |
| "statements": "95", | |
| "temp-directory": "coverage/tmp", | |
| "omit-relative": false, | |
| "resolve": "./lib", | |
| "wrapper-length": 0 | |
| } |

