1
0
mirror of https://github.com/danog/loop.git synced 2024-11-26 20:04:44 +01:00
loop/infection.json5
2023-09-30 15:11:03 +02:00

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
}
}