Daniel Sauer
fdd4b0aeb0
test: Add test coverage for 16 files (40.3% → 45.5%) (#463)
* test: Add test coverage for 16 files (40.3% -> 45.5%)
Add comprehensive tests for previously untested packages:
- internal/agent/state_test.go
- internal/cmd/errors_test.go
- internal/crew/types_test.go
- internal/doctor/errors_test.go
- internal/dog/types_test.go
- internal/mail/bd_test.go
- internal/opencode/plugin_test.go
- internal/rig/overlay_test.go
- internal/runtime/runtime_test.go
- internal/session/town_test.go
- internal/style/style_test.go
- internal/ui/markdown_test.go
- internal/ui/terminal_test.go
- internal/wisp/io_test.go
- internal/wisp/types_test.go
- internal/witness/types_test.go
style_test.go uses func(...string) to match lipgloss variadic Render signature.
* fix(lint): remove unused error return from buildCVSummary
buildCVSummary always returned nil for its error value, causing
golangci-lint to fail with "result 1 (error) is always nil".
The function handles errors internally by returning partial data,
so the error return was misleading. Removed it and updated caller.
2026-01-13 13:19:27 -08:00
..
2026-01-11 21:44:30 -05:00
2026-01-13 13:19:27 -08:00
2026-01-13 13:18:07 -08:00
2026-01-13 13:14:47 -08:00
2026-01-11 23:04:03 -08:00
2026-01-13 13:19:27 -08:00
2026-01-12 02:45:03 -08:00
2026-01-11 23:04:03 -08:00
2026-01-10 01:07:01 -08:00
2026-01-13 13:19:27 -08:00
2026-01-13 13:14:47 -08:00
2026-01-09 22:07:35 -08:00
2026-01-13 13:19:27 -08:00
2026-01-13 13:19:27 -08:00
2026-01-12 00:47:11 -08:00
2026-01-09 22:23:44 -08:00
2026-01-12 18:12:39 -08:00
2026-01-12 01:45:09 -08:00
2026-01-12 01:47:14 -08:00
2026-01-11 23:04:03 -08:00
2026-01-13 13:19:27 -08:00
2026-01-13 03:24:42 -08:00
2026-01-11 21:44:30 -05:00
2026-01-13 13:19:27 -08:00
2026-01-12 17:48:07 -08:00
2026-01-13 12:07:50 -08:00
2026-01-12 23:48:56 -08:00
2026-01-13 13:14:47 -08:00
2026-01-13 13:19:27 -08:00
2026-01-13 13:19:27 -08:00
2026-01-13 13:19:27 -08:00
2026-01-13 13:19:27 -08:00
2026-01-11 18:49:01 -08:00
2026-01-09 22:31:55 -08:00
2026-01-13 13:09:28 -08:00
2026-01-13 12:00:53 -08:00
2026-01-12 23:48:56 -08:00
2026-01-13 13:19:27 -08:00
2026-01-11 23:04:03 -08:00
2026-01-13 13:19:27 -08:00
2026-01-13 13:19:27 -08:00
2026-01-13 00:17:59 -08:00