19 lines
418 B
JSON
19 lines
418 B
JSON
{
|
|
"stryker-config": {
|
|
"solution": "Big.slnx",
|
|
"test-projects": ["Big.Tests/Big.Tests.csproj"],
|
|
"reporters": ["progress", "html", "markdown"],
|
|
"mutate": [
|
|
"!**/OpenZaakJobPump.cs",
|
|
"!**/BeoordelingEscalatiePump.cs",
|
|
"!**/RegistratieVerlopenPump.cs",
|
|
"!**/HerregistratieReminderJob.cs"
|
|
],
|
|
"thresholds": {
|
|
"high": 95,
|
|
"low": 90,
|
|
"break": 90
|
|
}
|
|
}
|
|
}
|