cloudcmd/.nycrc.json
2026-05-10 22:51:18 +03:00

15 lines
270 B
JSON

{
"checkCoverage": false,
"all": false,
"exclude": [
"**/*.spec.js",
"**/*.*.js",
"**/*.config.*",
"**/fixture",
"**/test/**"
],
"branches": 100,
"lines": 100,
"functions": 100,
"statements": 100
}