mirror of
https://github.com/danog/tgbot-dialog-id.git
synced 2024-11-26 17:14:40 +01:00
20 lines
450 B
Plaintext
20 lines
450 B
Plaintext
|
{
|
||
|
"$schema": "vendor/infection/infection/resources/schema.json",
|
||
|
"source": {
|
||
|
"directories": [
|
||
|
"src"
|
||
|
]
|
||
|
},
|
||
|
"timeout": 10,
|
||
|
"logs": {
|
||
|
"text": "infection/infection.log",
|
||
|
"html": "infection/infection.html",
|
||
|
"summary": "infection/summary.log",
|
||
|
"perMutator": "infection/per-mutator.md"
|
||
|
},
|
||
|
"tmpDir": ".infection-cache",
|
||
|
"mutators": {
|
||
|
"@default": true
|
||
|
}
|
||
|
}
|