From a193004602d7a9b1c17408eb8b8a1632532a28a7 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 4 Dec 2024 19:37:59 +0100 Subject: [PATCH] Exclude Test folder from mutation (#338) --- infection.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infection.json b/infection.json index 1375dae7..8939f314 100644 --- a/infection.json +++ b/infection.json @@ -3,6 +3,9 @@ "source": { "directories": [ "src" + ], + "excludes": [ + "Test" ] }, "mutators": {