Files
register-referentie/services/acl/stryker-config.json

13 lines
241 B
JSON

{
"stryker-config": {
"solution": "Acl.slnx",
"test-projects": ["Acl.Tests/Acl.Tests.csproj"],
"reporters": ["progress", "html", "markdown"],
"thresholds": {
"high": 95,
"low": 90,
"break": 90
}
}
}