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

Server: Behavior when no server exists #448

Merged
merged 2 commits into from Dec 18, 2022
Merged

Server: Behavior when no server exists #448

merged 2 commits into from Dec 18, 2022

Conversation

tony
Copy link
Member

@tony tony commented Oct 13, 2022

Fixes #447

@codecov
Copy link

codecov bot commented Oct 13, 2022

Codecov Report

Merging #448 (c0d8ae6) into master (268752a) will decrease coverage by 0.01%.
The diff coverage is 70.17%.

@@            Coverage Diff             @@
##           master     #448      +/-   ##
==========================================
- Coverage   87.50%   87.48%   -0.02%     
==========================================
  Files          23       23              
  Lines        2056     2102      +46     
  Branches      344      349       +5     
==========================================
+ Hits         1799     1839      +40     
- Misses        175      178       +3     
- Partials       82       85       +3     
Impacted Files Coverage Δ
src/libtmux/server.py 72.72% <54.05%> (+0.59%) ⬆️
tests/test_server.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tony tony force-pushed the startup-behavior branch 2 times, most recently from ebd735a to 78413f9 Compare October 14, 2022 22:43
@tony tony force-pushed the startup-behavior branch 2 times, most recently from dcfaa32 to ca84649 Compare October 30, 2022 20:13
@tony tony force-pushed the startup-behavior branch 4 times, most recently from 1bcb260 to dd9bce4 Compare December 11, 2022 16:11
@tony tony force-pushed the startup-behavior branch 2 times, most recently from 8a5b98e to b1a10bd Compare December 18, 2022 00:09
@tony tony merged commit 6e97f10 into master Dec 18, 2022
@tony tony deleted the startup-behavior branch December 18, 2022 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request: list_sessions to return an empty list if 'no server running on ...'
1 participant