Files
2026-07-13 13:30:30 +08:00

26 lines
423 B
JSON

{
"threshold": 3,
"reporters": ["html", "markdown"],
"ignore": [
"**/node_modules/**",
"**/.git/**",
"**/.rbenv/**",
"**/.venv/**",
"**/*cache*/**",
"**/*.json",
"**/*.yaml",
"**/*.yml",
"**/*.md",
"**/*.html",
"**/*.xml",
"**/*.jpg",
"**/*.png",
"**/*.svg",
"**/*.zip",
"**/*.bin",
"**/noxfile.py",
"**/quickbot/**/*.*",
"**/.nox/**"
]
}