mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
28ffa4b751
PR-URL: https://github.com/nodejs/node/pull/55179 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
22 lines
332 B
JSON
22 lines
332 B
JSON
{
|
|
"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
|
|
}
|