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
[test] Cover the streaming truncation coverage gaps
Close the patch-coverage gaps codecov flagged on the streaming refactor:
* a plugin returning a truthy-but-empty iterator (``iter([])``), which
slips past the first falsy check but is empty once materialised
through truncation — exercises the second skip in ``callbinrepr``.
* a ``--assert=plain`` run, exercising the false branch of the
``assertmode == "rewrite"`` guard.
* every hook returning ``None`` (``assert 1 == 2``), so the dispatcher
falls through the loop and returns ``None``.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments