Some checks failed
CI / lint (pull_request) Successful in 4m21s
CI / build (pull_request) Successful in 1m3s
CI / unit (pull_request) Successful in 1m8s
CI / frontend (pull_request) Successful in 2m37s
CI / mutation (pull_request) Successful in 5m14s
CI / verify-stack (pull_request) Failing after 6m36s
The hosted escalation pump is a thin shell with logic in the unit-tested processor, mirroring the existing OpenZaakJobPump exclusion (§5). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"stryker-config": {
|
|
"solution": "Big.slnx",
|
|
"test-projects": ["Big.Tests/Big.Tests.csproj"],
|
|
"reporters": ["progress", "html"],
|
|
"mutate": [
|
|
"!**/OpenZaakJobPump.cs",
|
|
"!**/BeoordelingEscalatiePump.cs"
|
|
],
|
|
"thresholds": {
|
|
"high": 95,
|
|
"low": 90,
|
|
"break": 90
|
|
}
|
|
}
|
|
}
|