mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 03:07:54 +01:00
bb2945ed6b
PR-URL: https://github.com/nodejs/node/pull/35653 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
22 lines
327 B
JSON
22 lines
327 B
JSON
{
|
|
"exclude": [
|
|
"coverage/**",
|
|
"test/**",
|
|
"tools/**",
|
|
"benchmark/**",
|
|
"deps/**"
|
|
],
|
|
"reporter": [
|
|
"html",
|
|
"text",
|
|
"lcov"
|
|
],
|
|
"lines": 95,
|
|
"branches": "93",
|
|
"statements": "95",
|
|
"temp-directory": "coverage/tmp",
|
|
"omit-relative": false,
|
|
"resolve": "./lib",
|
|
"wrapper-length": 0
|
|
}
|