Closed godlygeek closed 5 months ago
Attention: Patch coverage is 80.95238%
with 12 lines
in your changes are missing coverage. Please review.
Project coverage is 92.86%. Comparing base (
41248ed
) to head (47e859c
). Report is 38 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/memray/reporters/tui.py | 76.00% | 6 Missing :warning: |
src/memray/reporters/tree.py | 79.16% | 5 Missing :warning: |
src/memray/reporters/_textual_hacks.py | 92.85% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In Textual 0.61,
App.namespace_bindings
was removed in favor ofScreen.active_bindings
. Update our implementation of dynamically updating footer descriptions to work for both, since we still support Textual versions below 0.61.