15 lines
256 B
JSON
15 lines
256 B
JSON
{
|
|
"threshold": 0,
|
|
"reporters": ["html", "markdown"],
|
|
"ignore": [
|
|
"**/node_modules/**",
|
|
"**/.git/**",
|
|
"**/.rbenv/**",
|
|
"**/.venv/**",
|
|
"**/*cache*/**",
|
|
"**/.github/**",
|
|
"**/.idea/**",
|
|
"**/report/**",
|
|
"**/*.svg"
|
|
]
|
|
}
|