Skip to content

Commit

Permalink
ci: add infection config
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Aug 1, 2024
1 parent 556986a commit b7ce21c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app/infection.json.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"ignoreMsiWithNoMutations": true,
"logs": {
"text": ".build/infection/infection-log.txt",
"stryker": {
"report": "develop"
}
},
"minCoveredMsi": 5,
"minMsi": 2,
"phpUnit": {
"configDir": "./"
},
"source": {
"directories": [
"src"
]
},
"timeout": 10
}

0 comments on commit b7ce21c

Please sign in to comment.