0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 20:29:23 +01:00
nodejs/.nycrc

22 lines
332 B
Plaintext
Raw Normal View History

{
"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
}