Files
HAL9000 b502bb8542 test(coverage): add plain-format and bytes-size scenarios for project_context_set rendering
render_context_set_plain (~49 lines) was completely uncovered because no
existing test exercised the plain output path for context_set. Add a
coverage-boost scenario that uses format "plain" to cover those lines.

Also add a scenario with max_file_size=100 (not divisible by any binary
unit) to cover the _format_size bytes-fallback path (line 36 of
project_context_set.py).

ISSUES CLOSED: #6319
2026-06-03 17:30:22 -04:00
..