From 40d5d652626005bc707f8e301b8aaa1f778a3040 Mon Sep 17 00:00:00 2001 From: Chris Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:51:26 -0400 Subject: [PATCH] T3: add stryker-config.json --- stryker-config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 stryker-config.json diff --git a/stryker-config.json b/stryker-config.json new file mode 100644 index 00000000..fff2804e --- /dev/null +++ b/stryker-config.json @@ -0,0 +1,19 @@ +{ + "stryker-config": { + "project": "src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj", + "test-projects": [ + "tests/Wolfgang.Etl.Abstractions.Tests.Unit/Wolfgang.Etl.Abstractions.Tests.Unit.csproj" + ], + "target-framework": "net10.0", + "reporters": [ + "html", + "json", + "progress" + ], + "thresholds": { + "high": 90, + "low": 75, + "break": 0 + } + } +}