bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.17k stars 392 forks source link

tests: Update snapshot tests for Textual 0.77 #671

Closed godlygeek closed 1 month ago

godlygeek commented 1 month ago

The new version of Textual adds a key to the footer for opening the command palette. We could disable this, since it's taking up a bit of precious screen real estate, but one of the options in the command palette is a full list of keys bindings that can be opened in a side panel. That's useful enough to justify keeping this item, even if it means cutting off our own bindings.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.01%. Comparing base (58adb86) to head (511f2bf).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #671 +/- ## ========================================== + Coverage 92.98% 93.01% +0.02% ========================================== Files 94 94 Lines 11445 11445 Branches 2114 2114 ========================================== + Hits 10642 10645 +3 + Misses 803 800 -3 ``` | [Flag](https://app.codecov.io/gh/bloomberg/memray/pull/671/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg) | Coverage Δ | | |---|---|---| | [cpp](https://app.codecov.io/gh/bloomberg/memray/pull/671/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg) | `93.01% <ø> (+0.02%)` | :arrow_up: | | [python_and_cython](https://app.codecov.io/gh/bloomberg/memray/pull/671/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg) | `93.01% <ø> (+0.02%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bloomberg#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.