mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
cdae315706
While the external API for QUIC is expected to be the WebTransport API primarily, this provides the internal API for QUIC that aligns with the native C++ QUIC components. PR-URL: https://github.com/nodejs/node/pull/53256 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
22 lines
333 B
JSON
22 lines
333 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
|
|
}
|