mirror of
https://github.com/danog/tg-dialog-id.git
synced 2024-11-26 12:04:55 +01:00
23 lines
512 B
Plaintext
23 lines
512 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",
|
|
"stryker": {
|
|
"badge": "master"
|
|
}
|
|
},
|
|
"tmpDir": ".infection-cache",
|
|
"mutators": {
|
|
"@default": true
|
|
}
|
|
}
|