diff --git a/stryker-config.json b/stryker-config.json new file mode 100644 index 0000000..0814123 --- /dev/null +++ b/stryker-config.json @@ -0,0 +1,25 @@ +{ + "stryker-config": { + "mutate": [ + "!**/System.*/*" + ], + "language-version": "Preview", + "target-framework": "net8.0", + "mutation-level": "Complete", + "reporters": [ + "markdown", + "dashboard", + "html" + ], + "baseline": { + "enabled": false, + "fallback-version": "main", + "provider": "Dashboard" + }, + "thresholds": { + "high": 80, + "low": 60, + "break": 60 + } + } +} \ No newline at end of file