Files
bot-whatsapp/.c8rc.json
2022-11-30 21:06:26 +01:00

9 lines
181 B
JSON

{
"src": "./src",
"exclude": ["**/bot/lib", "__mocks__", "**/mock"],
"reporter": ["html"],
"report-dir": "./coverage",
"check-coverage": true,
"lines": 90
}