Sharpen the projector tests so Stryker has no survivors (was 75%): assert a replayed delivery never reaches the store (upsert count, not just row count), that two distinct zaken get distinct rows (pins the idempotency key), that rebuild clears stale rows, and a Theory over wrong kanaal/resource/actie combinations (pins the zaken/zaak/create guard). Add the per-service Stryker config + solution; break threshold 90 (CLAUDE.md §5). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"stryker-config": {
|
|
"solution": "EventSubscriber.slnx",
|
|
"test-projects": ["EventSubscriber.Tests/EventSubscriber.Tests.csproj"],
|
|
"reporters": ["progress", "html"],
|
|
"thresholds": {
|
|
"high": 95,
|
|
"low": 90,
|
|
"break": 90
|
|
}
|
|
}
|
|
}
|