13 lines
277 B
JSON
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
|
|
}
|
|
}
|
|
}
|