Skip to content

Commit

Permalink
Add infection.json5.dist
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Apr 9, 2024
1 parent e32154e commit 056b37c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions infection.json5.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "vendor/infection/infection/resources/schema.json",
"source": {
"directories": [
"src",
"tests"
],
"excludes": [
"tests/Fixture",
"vendor"
]
},
"phpUnit": {
"customPath": "vendor/ghostwriter/coding-standard/tools/phpunit"
},
"mutators": {
"@default": true
},
"timeout": 10,
"logs": {
"stryker": {
"report": "/.*?/"
},
"text": "php:\/\/stderr",
"github": true
},
"minMsi": 100,
"minCoveredMsi": 100
}

0 comments on commit 056b37c

Please sign in to comment.