mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
16 lines
256 B
JSON
16 lines
256 B
JSON
{
|
|
"threshold": 0,
|
|
"reporters": ["html", "markdown"],
|
|
"ignore": [
|
|
"**/node_modules/**",
|
|
"**/.git/**",
|
|
"**/.rbenv/**",
|
|
"**/.venv/**",
|
|
"**/*cache*/**",
|
|
"**/.github/**",
|
|
"**/.idea/**",
|
|
"**/report/**",
|
|
"**/*.svg"
|
|
]
|
|
}
|