mirror of
https://github.com/danog/loop.git
synced 2024-11-26 11:54:51 +01:00
16 lines
312 B
Plaintext
16 lines
312 B
Plaintext
{
|
|
"$schema": "https://raw.githubusercontent.com/infection/infection/0.27.3/resources/schema.json",
|
|
"source": {
|
|
"directories": [
|
|
"lib"
|
|
]
|
|
},
|
|
"logs": {
|
|
"stryker": {
|
|
"report": "master"
|
|
}
|
|
},
|
|
"mutators": {
|
|
"@default": true
|
|
}
|
|
} |