Skip to content

Make tmux command execution pluggable, default path unchanged - #739

Open
tony wants to merge 16 commits into
masterfrom
engine-seam-minimal
Open

Make tmux command execution pluggable, default path unchanged#739
tony wants to merge 16 commits into
masterfrom
engine-seam-minimal

Tests(fix[coverage]): Stop the omit list depending on directory depth

3de1062
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 23, 2026 in 1s

52.68% (+0.31%) compared to 036c521

View this Pull Request on Codecov

52.68% (+0.31%) compared to 036c521

Details

Codecov Report

❌ Patch coverage is 62.10526% with 108 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.68%. Comparing base (036c521) to head (3de1062).

Files with missing lines Patch % Lines
src/libtmux/engines/connection.py 63.07% 24 Missing ⚠️
src/libtmux/engines/subprocess.py 50.00% 21 Missing and 1 partial ⚠️
src/libtmux/engines/base.py 44.44% 20 Missing ⚠️
src/libtmux/engines/instrumentation.py 60.00% 18 Missing ⚠️
src/libtmux/server.py 72.22% 14 Missing and 1 partial ⚠️
src/libtmux/common.py 80.64% 6 Missing ⚠️
src/libtmux/exc.py 66.66% 2 Missing ⚠️
src/libtmux/window.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #739      +/-   ##
==========================================
+ Coverage   52.37%   52.68%   +0.31%     
==========================================
  Files          26       30       +4     
  Lines        3729     3950     +221     
  Branches      747      761      +14     
==========================================
+ Hits         1953     2081     +128     
- Misses       1472     1568      +96     
+ Partials      304      301       -3     

☔ View full report in Codecov by Harness.
📢 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.