Skip to content

Commit

Permalink
Update infection.json.dist
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <9754361+ghostwriter@users.noreply.github.com>
  • Loading branch information
ghostwriter committed May 12, 2023
1 parent 050ae58 commit 1602615
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion infection.json.dist
Expand Up @@ -2,7 +2,8 @@
"$schema": "vendor/infection/infection/resources/schema.json",
"source": {
"directories": [
"src"
"src",
"tests"
],
"excludes": [
"tests/Fixture",
Expand All @@ -14,6 +15,9 @@
},
"timeout": 10,
"logs": {
"stryker": {
"report": "/.*?/"
},
"text": "php:\/\/stderr",
"github": true
},
Expand Down

0 comments on commit 1602615

Please sign in to comment.