Infection (#4)

This commit is contained in:
2021-01-23 23:18:13 +03:00
parent cc26255f6f
commit d475ad8765
5 changed files with 53 additions and 4 deletions

17
infection.json.dist Normal file
View File

@ -0,0 +1,17 @@
{
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "infection.log",
"github": true,
"badge": {
"branch": "main"
}
},
"mutators": {
"@default": true
}
}