From 7d61c65ff4db21a3b08bf7087430feb4c9b13e4b Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 4 Dec 2024 19:34:13 +0100 Subject: [PATCH] Exclude Test folder from mutation --- 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": {