10 lines
130 B
JSON
10 lines
130 B
JSON
{
|
|
"threshold": 0,
|
|
"reporters": ["html", "markdown"],
|
|
"ignore": [
|
|
"**/.git/**",
|
|
"**/*.md",
|
|
"**/.github/**"
|
|
]
|
|
}
|