tab-stash/.c8rc.json

8 lines
161 B
JSON

{
"all": true,
"skip-full": true,
"include": ["src/**"],
"exclude": ["assets", "dist", "docs", "node_modules"],
"reporter": ["lcov", "text", "html"]
}