Files
register-referentie/services/event-subscriber/stryker-config.json
T

13 lines
277 B
JSON

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