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 + } + } +}