Files
Checkmate/Server/.nycrc
T
2024-11-11 14:39:30 +08:00

9 lines
217 B
JSON

{
"all": true,
"include": ["controllers/*.js", "utils/*.js", "service/*.js", "db/mongo/modules/*.js"],
"exclude": ["**/*.test.js"],
"reporter": ["html", "text", "lcov"],
"sourceMap": false,
"instrument": true
}