A Ralph Loop for steadily lifting test coverage on under-tested modules.
The loop deliberately caps itself at a declared target and refuses to write tests for trivial pass-through code. That keeps the resulting test suite useful instead of noisy.
tests— runsuv run pytest -xcoverage— runsuv run pytest --cov --cov-report=term-missing
Adjust these in the RALPH.md frontmatter to match your project's tooling.