mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
82083378a2
Three new branch-coverage tests taking eighteen previously unreached functions from 0.0% to covered. internal/cloudcp/registry: the workspace limit error message on both the nil and populated receiver, the active workspace count per account, the tenant lookup across owning account, foreign account and missing rows, the invitation listing by email including case and whitespace normalization, and the invitation delete for both an existing pair and a pair that never existed. internal/unifiedresources: the Docker container and Kubernetes node typed views, the presentation listing and the metrics target, each asserted on the nil receiver, the nil nested payload and the populated case, with returned slices proven independent of the store. pkg/db: the tracing wrappers around BeginTx, Query, QueryRow and their context variants plus the pool setters, with exact histogram deltas proving the observe wiring rather than that SQLite works. All three files are new; no source or existing test was touched. Contract-Neutral: test-only: new Go branch-coverage tests, no source or contract change