Skip to content

fix(cli/search): Use consistent color semantics with ls command

8b41806
Select commit
Loading
Failed to load commit list.
Merged

CLI Colors #1006

fix(cli/search): Use consistent color semantics with ls command
8b41806
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 11, 2026 in 0s

80.11% (+2.76%) compared to df78a17

View this Pull Request on Codecov

80.11% (+2.76%) compared to df78a17

Details

Codecov Report

❌ Patch coverage is 82.74174% with 141 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.11%. Comparing base (df78a17) to head (8b41806).

Files with missing lines Patch % Lines
src/tmuxp/cli/search.py 74.03% 58 Missing and 16 partials ⚠️
src/tmuxp/_internal/colors.py 84.00% 13 Missing and 11 partials ⚠️
src/tmuxp/cli/ls.py 90.50% 10 Missing and 7 partials ⚠️
src/tmuxp/cli/load.py 72.72% 9 Missing ⚠️
src/tmuxp/cli/import_config.py 71.42% 2 Missing and 2 partials ⚠️
src/tmuxp/cli/debug_info.py 92.68% 2 Missing and 1 partial ⚠️
src/tmuxp/cli/edit.py 50.00% 3 Missing ⚠️
src/tmuxp/_internal/private_path.py 93.54% 1 Missing and 1 partial ⚠️
src/tmuxp/cli/freeze.py 80.00% 1 Missing and 1 partial ⚠️
src/tmuxp/cli/shell.py 87.50% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1006      +/-   ##
==========================================
+ Coverage   77.35%   80.11%   +2.76%     
==========================================
  Files          25       28       +3     
  Lines        1722     2409     +687     
  Branches      328      457     +129     
==========================================
+ Hits         1332     1930     +598     
- Misses        287      356      +69     
- Partials      103      123      +20     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.