You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cover the remaining gaps across server, tokens, and tui:
- server: Connect attach-not-ready and port-allocation errors, spawn
start failure, Stop's kill fallback for SIGINT-ignoring children
(extracts the hardcoded 8s kill wait into a stopTimeout var, mirroring
readyTimeout), splitTokenURL's unparseable-URL return, legacyToken's
probe error, and freePort under fd starvation (unix-only test)
- tokens: concurrent Set/Get/Delete smoke test under -race
- tui: shortenHome arms, welcome cwd line, resource glyphs, /stats
conditional arms, esc/^R/^O keys, error-event fallback, disconnect
log-path hint, thinking-enabled submit, step-glyph dedup/cap,
fetchModels cmd, relayout-not-ready, syncAC query reuse and 6-file
trim, elapsed minutes, multibyte capThinking, ctxGauge clamps,
gaugeColor bands, acPopup cmd mode/narrow floor, footer gap floor
The three remaining uncovered blocks are verified-unreachable defensive
branches (json.MarshalIndent of map[string]string, glamour Render with
its fixed config, and a pad guard that cannot fire by construction).
Also gitignore the coverage.out written by `make cover`.
0 commit comments