Skip to content

Commit

Permalink
Add infection configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 17, 2024
1 parent 62324ba commit 1ea950f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions infection.json.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "php://stderr",
"github": true,
"stryker": {
"badge": "1.x"
}
},
"minMsi": 100.00,
"minCoveredMsi": 100.00
}

0 comments on commit 1ea950f

Please sign in to comment.