Skip to content

Doc improvements #559

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

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

fix(Server): update Server.windows doctest to be environment-agnostic

1768cb5
Select commit
Loading
Failed to load commit list.
Open

Doc improvements #559

fix(Server): update Server.windows doctest to be environment-agnostic
1768cb5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 26, 2025 in 0s

80.10% (+0.27%) compared to 0e4a118

View this Pull Request on Codecov

80.10% (+0.27%) compared to 0e4a118

Details

Codecov Report

Attention: Patch coverage is 70.90909% with 32 lines in your changes missing coverage. Please review.

Project coverage is 80.10%. Comparing base (0e4a118) to head (1768cb5).

Files with missing lines Patch % Lines
src/libtmux/session.py 58.33% 10 Missing and 5 partials ⚠️
src/libtmux/exc.py 20.00% 8 Missing ⚠️
src/libtmux/server.py 85.71% 3 Missing ⚠️
src/libtmux/window.py 84.21% 2 Missing and 1 partial ⚠️
src/libtmux/pane.py 66.66% 0 Missing and 2 partials ⚠️
src/libtmux/common.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #559      +/-   ##
==========================================
+ Coverage   79.83%   80.10%   +0.27%     
==========================================
  Files          22       22              
  Lines        1914     1890      -24     
  Branches      294      290       -4     
==========================================
- Hits         1528     1514      -14     
+ Misses        266      259       -7     
+ Partials      120      117       -3     

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