Skip to content

docs(quickstart): Add options section with examples (#516)

d24226e
Select commit
Loading
Failed to load commit list.
Merged

Improved option management, add hook management #516

docs(quickstart): Add options section with examples (#516)
d24226e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 30, 2025 in 1s

43.99% (-2.79%) compared to 309c27f

View this Pull Request on Codecov

43.99% (-2.79%) compared to 309c27f

Details

Codecov Report

❌ Patch coverage is 39.73799% with 414 lines in your changes missing coverage. Please review.
✅ Project coverage is 43.99%. Comparing base (309c27f) to head (d24226e).

Files with missing lines Patch % Lines
src/libtmux/_internal/constants.py 5.53% 237 Missing and 2 partials ⚠️
src/libtmux/options.py 67.65% 65 Missing and 22 partials ⚠️
src/libtmux/hooks.py 50.39% 41 Missing and 22 partials ⚠️
src/libtmux/_internal/sparse_array.py 53.84% 6 Missing ⚠️
src/libtmux/window.py 50.00% 6 Missing ⚠️
src/libtmux/server.py 0.00% 5 Missing ⚠️
src/libtmux/pane.py 0.00% 3 Missing ⚠️
src/libtmux/session.py 0.00% 3 Missing ⚠️
src/libtmux/common.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #516      +/-   ##
==========================================
- Coverage   46.77%   43.99%   -2.79%     
==========================================
  Files          18       22       +4     
  Lines        1708     2305     +597     
  Branches      277      362      +85     
==========================================
+ Hits          799     1014     +215     
- Misses        799     1145     +346     
- Partials      110      146      +36     

☔ 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.