test: expand event publish helper coverage - #1016
Conversation
|
|
📊 Coverage gateThresholds from
✅ Gate passedNo surface regressed past the allowed threshold and the aggregate stayed above the floor. |
📐 Patch coverage gateThreshold: 80% on lines this PR touches vs
✅ Patch gate passedEvery surface whose lines were touched by this PR has patch coverage at or above the threshold. |
|
I spot-checked the new event coverage locally and it looks fine, and the full CI surface is now green. At this point the remaining blockers are repo state rather than test content: |
Summary
Testing
GOTOOLCHAIN=go1.25.0 go test ./internal/events/... -count=1GOTOOLCHAIN=go1.25.0 go test -race ./internal/events/... -count=1git diff --checkFixes #394