configuring infection

This commit is contained in:
Your Name
2024-10-19 18:49:51 +03:00
parent 06bdf2c9c2
commit 47dac3fa50
2 changed files with 24 additions and 0 deletions

19
infection.json5.dist Normal file
View File

@@ -0,0 +1,19 @@
{
"$schema": "vendor/infection/infection/resources/schema.json",
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "var/infection.log",
"stryker": {
"report": "/^\\d+\\.\\d+\\.x$/"
},
},
"tmpDir": "var",
"minCoveredMsi": 20,
"mutators": {
"@default": true
}
}