From 1602615bdac8163ef84482a37ff20959047a84f7 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas <9754361+ghostwriter@users.noreply.github.com> Date: Fri, 12 May 2023 07:59:35 -0500 Subject: [PATCH] Update infection.json.dist Signed-off-by: Nathanael Esayeas <9754361+ghostwriter@users.noreply.github.com> --- infection.json.dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/infection.json.dist b/infection.json.dist index 08557cd..ed4f3f0 100644 --- a/infection.json.dist +++ b/infection.json.dist @@ -2,7 +2,8 @@ "$schema": "vendor/infection/infection/resources/schema.json", "source": { "directories": [ - "src" + "src", + "tests" ], "excludes": [ "tests/Fixture", @@ -14,6 +15,9 @@ }, "timeout": 10, "logs": { + "stryker": { + "report": "/.*?/" + }, "text": "php:\/\/stderr", "github": true },