diff options
Diffstat (limited to 'middleware/node_modules/qs/.nycrc')
-rw-r--r-- | middleware/node_modules/qs/.nycrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/middleware/node_modules/qs/.nycrc b/middleware/node_modules/qs/.nycrc new file mode 100644 index 0000000..1d57cab --- /dev/null +++ b/middleware/node_modules/qs/.nycrc @@ -0,0 +1,13 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "lines": 86, + "statements": 85.93, + "functions": 82.43, + "branches": 76.06, + "exclude": [ + "coverage", + "dist" + ] +} |