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: exclude pytest.fail() lines from coverage via pyproject
pytest.fail(...) marks a branch that must never execute, so exclude it
globally in coverage.report.exclude_also instead of per-line pragmas. Drops
the # pragma: no cover comments added for the bounded-stream tests, and
strengthens the whitespace-padded-key redaction test to assert the masked
form. Pre-existing pragmas elsewhere are now redundant and can be swept
separately.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments