Files
bot-whatsapp/.c8rc.json
2022-11-23 23:16:54 +01:00

9 lines
181 B
JSON

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