Skip to content

CLI: Break up into modules #762

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

Merged
merged 4 commits into from
Mar 20, 2022
Merged

CLI: Break up into modules #762

merged 4 commits into from
Mar 20, 2022

Conversation

tony
Copy link
Member

@tony tony commented Mar 20, 2022

No description provided.

@codecov
Copy link

codecov bot commented Mar 20, 2022

Codecov Report

Merging #762 (4cbab8d) into master (4a4ff08) will increase coverage by 0.01%.
The diff coverage is 73.64%.

@@            Coverage Diff             @@
##           master     #762      +/-   ##
==========================================
+ Coverage   76.21%   76.22%   +0.01%     
==========================================
  Files           7       16       +9     
  Lines        1194     1241      +47     
  Branches      314      316       +2     
==========================================
+ Hits          910      946      +36     
- Misses        196      209      +13     
+ Partials       88       86       -2     
Impacted Files Coverage Δ
tmuxp/cli/import_config.py 59.21% <59.21%> (ø)
tmuxp/cli/load.py 67.45% <67.45%> (ø)
tmuxp/cli/edit.py 70.00% <70.00%> (ø)
tmuxp/cli/freeze.py 74.62% <74.62%> (ø)
tmuxp/cli/utils.py 79.16% <79.16%> (ø)
tmuxp/cli/convert.py 82.75% <82.75%> (ø)
tmuxp/cli/shell.py 88.57% <88.57%> (ø)
tmuxp/cli/ls.py 92.30% <92.30%> (ø)
tmuxp/cli/constants.py 100.00% <100.00%> (ø)
tmuxp/cli/debug_info.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a4ff08...4cbab8d. Read the comment docs.

@tony tony force-pushed the cli-breakout branch 2 times, most recently from 1f05829 to d5dc208 Compare March 20, 2022 14:57
@tony tony merged commit ec3d6ee into master Mar 20, 2022
@tony tony mentioned this pull request Mar 20, 2022
3 tasks
@tony tony added this to the Milestone 1.11 milestone Mar 20, 2022
@tony tony self-assigned this Mar 20, 2022
@tony tony linked an issue Mar 20, 2022 that may be closed by this pull request
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.

CLI: Split cli.py into modules
1 participant