update nyc configuration for DB tests

This commit is contained in:
Alex Holliday
2024-11-06 11:18:43 +08:00
parent b7923b882c
commit 42d83a68b5
+6 -1
View File
@@ -1,6 +1,11 @@
{
"all": true,
"include": ["controllers/*.js", "utils/*.js", "service/*.js"],
"include": [
"controllers/*.js",
"utils/*.js",
"service/*.js",
"db/mongo/modules/monitorModule.js"
],
"exclude": ["**/*.test.js"],
"reporter": ["html", "text", "lcov"],
"sourceMap": false,