{ "$schema": "https://raw.githubusercontent.com/stryker-mutator/stryker-net/master/src/Stryker.Core/Stryker.Core/config-schema.json", "stryker-config": { "project-info": { "name": "StellaOps.Authority", "module": "Authority.Core", "version": "0.0.1" }, "solution": "../../StellaOps.Router.slnx", "project": "StellaOps.Authority.csproj", "test-projects": [ "../__Tests/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj" ], "reporters": [ "html", "json", "progress" ], "thresholds": { "high": 90, "low": 75, "break": 65 }, "mutation-level": "Advanced", "mutators": { "included": [ "Arithmetic", "Boolean", "Comparison", "Conditional", "Equality", "Logical", "NullCoalescing", "String" ] }, "coverage-analysis": "perTest", "excluded-files": [ "**/Generated/**/*", "**/Migrations/**/*" ], "output-path": "../../.stryker/output/authority" } }