mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
Closes the codecov gap flagged on PR 232 (88.89% → near 100% on the patch): - A file with no marker block returns no prior recommendations. - A marker block with nothing between the markers yields an empty list (the re.split fast-path with zero sections). - A stray `### ` with no heading text inside the block is silently skipped (the `if not heading: continue` branch, previously unexercised in tests) — a real section after it still parses cleanly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_analyzer.py | ||
| test_gemini_scanner.py | ||
| test_integration.py | ||
| test_registry.py | ||
| test_scanner.py | ||
| test_writer.py | ||