Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abbreviate Memray's path displayed in the TUI #495

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

godlygeek
Copy link
Contributor

When the TUI shows a command line that indicates that Memray is running (either a command named memray or a file named memray/__main__.py as the first argument), shorten this to just "memray" to save room for more valuable information.

When the TUI shows a command line that indicates that Memray is running
(either a command named `memray` or a file named `memray/__main__.py` as
the first argument), shorten this to just "memray" to save room for more
valuable information.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@godlygeek godlygeek enabled auto-merge (rebase) November 9, 2023 23:28
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (38e9ac8) 92.25% compared to head (1c576cd) 92.13%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #495      +/-   ##
==========================================
- Coverage   92.25%   92.13%   -0.13%     
==========================================
  Files          91       91              
  Lines       11028    11033       +5     
  Branches     1520     1524       +4     
==========================================
- Hits        10174    10165       -9     
- Misses        850      863      +13     
- Partials        4        5       +1     
Flag Coverage Δ
cpp 85.39% <ø> (-0.36%) ⬇️
python_and_cython 95.48% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/memray/reporters/tui.py 96.17% <100.00%> (-0.19%) ⬇️
tests/unit/test_tui_reporter.py 98.81% <ø> (ø)

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@godlygeek godlygeek merged commit 26f04e2 into bloomberg:main Nov 10, 2023
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants