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

Add new command definition tree #134

Merged
merged 29 commits into from
Nov 20, 2023
Merged

Add new command definition tree #134

merged 29 commits into from
Nov 20, 2023

Conversation

robamu
Copy link
Collaborator

@robamu robamu commented Nov 17, 2023

Fixes #86

@codecov-commenter
Copy link

codecov-commenter commented Nov 17, 2023

Codecov Report

Attention: 35 lines in your changes are missing coverage. Please review.

Comparison is base (c2dee0b) 81.90% compared to head (0dd5348) 82.56%.
Report is 7 commits behind head on main.

Files Patch % Lines
tmtccmd/config/args.py 76.74% 10 Missing ⚠️
tmtccmd/tmtc/procedure.py 61.11% 7 Missing ⚠️
tmtccmd/__init__.py 0.00% 6 Missing ⚠️
tmtccmd/config/hook.py 71.42% 4 Missing ⚠️
tmtccmd/config/__init__.py 40.00% 3 Missing ⚠️
tmtccmd/config/prompt.py 94.28% 2 Missing ⚠️
tmtccmd/config/tmtc.py 97.82% 2 Missing ⚠️
tmtccmd/tmtc/ccsds_seq_sender.py 66.66% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #134      +/-   ##
==========================================
+ Coverage   81.90%   82.56%   +0.66%     
==========================================
  Files         118      120       +2     
  Lines        8769     9102     +333     
==========================================
+ Hits         7182     7515     +333     
  Misses       1587     1587              
Flag Coverage Δ
unittests 82.56% <93.17%> (+0.66%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@robamu robamu added this to the vNext milestone Nov 17, 2023
@robamu robamu merged commit 3e0cf57 into main Nov 20, 2023
6 checks passed
@robamu robamu deleted the add_new_cmd_def_tree branch November 20, 2023 22:12
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.

Allow command definitions specification as (string) tree
2 participants