Files
FemScoreboard/discord/.c8rc.json

15 lines
447 B
JSON

{
"all": true,
"include": ["commands/**/*.js", "provider/**/*.js", "util.js", "bot.js", "logging.js"],
"exclude": ["**/__tests__/**", "**/*.d.ts", "deploy.js", "sync.js", "node_modules"],
"reporter": ["text", "lcov", "html"],
"reportsDirectory": "./coverage",
"tempDirectory": "./coverage/tmp",
"clean": true,
"check-coverage": true,
"lines": 40,
"functions": 40,
"branches": 40,
"statements": 40
}