Increase Coverage

This commit is contained in:
Leifer Mendez
2022-11-23 23:16:54 +01:00
parent 1dd88d117d
commit 14fbae3c86
4 changed files with 182 additions and 8 deletions

8
.c8rc.json Normal file
View File

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