mirror of
https://github.com/danog/Valinor.git
synced 2024-11-26 20:24:40 +01:00
1e0084c6cd
This new version grants a new `--git-diff-lines` options, as well as a new badge/report system.
18 lines
396 B
Plaintext
18 lines
396 B
Plaintext
{
|
|
"timeout": 1,
|
|
"source": {
|
|
"directories": [
|
|
"src"
|
|
]
|
|
},
|
|
"logs": {
|
|
"text": "var/infection/infection.log",
|
|
"summary": "var/infection/summary.log",
|
|
"perMutator": "var/infection/per-mutator.md",
|
|
"stryker": {
|
|
"report": "master"
|
|
}
|
|
},
|
|
"$schema": "vendor/infection/infection/resources/schema.json"
|
|
}
|