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
fix: add missing pragma no branch annotations for CI coverage
Branch coverage on Python 3.11 and 3.14 tracks implicit exception
paths through `async with` and `with pytest.raises(...)` differently,
causing coverage to drop below 100%. Add `pragma: no branch` to
suppress these false positives, matching the pattern used elsewhere
in the test suite.
0 commit comments