From 8b769022c327eb2ce798cf85a19cc823c3ca4cbd Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Sat, 18 Jan 2025 14:33:31 -0600 Subject: [PATCH] Update infection.json5.dist (#75) Updates `infection.json5.dist` file Signed-off-by: Nathanael Esayeas --- infection.json5.dist | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/infection.json5.dist b/infection.json5.dist index 246c04e2..515d7efd 100644 --- a/infection.json5.dist +++ b/infection.json5.dist @@ -1,12 +1,11 @@ { - "$schema": "https://raw.githubusercontent.com/infection/infection/0.29.6/resources/schema.json", + "$schema": "https://raw.githubusercontent.com/infection/infection/0.29.10/resources/schema.json", "source": { "directories": [ - "src", - "tests" + "src" ], "excludes": [ - "tests/Fixture", + "tests", "vendor" ] },