-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
chore(command): Organize Commands according to SIP-92 #25850
chore(command): Organize Commands according to SIP-92 #25850
Conversation
1701917
to
f774fa5
Compare
f774fa5
to
cc0a0a8
Compare
86d25ae
to
edda57b
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #25850 +/- ##
===========================================
+ Coverage 58.92% 69.09% +10.17%
===========================================
Files 1940 1940
Lines 75867 75867
Branches 8444 8444
===========================================
+ Hits 44706 52423 +7717
+ Misses 28985 21268 -7717
Partials 2176 2176
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
edda57b
to
775da08
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
SUMMARY
This PR is one of many to related to SIP-92 Proposal for restructuring the Python code base. Specifically it organizes all the Commands under the superset/commands subfolder. The naming convention adheres to #24331, though upon further inspection the
daos/annotation.py
file was renamed todaos/annotation_layer.py
given that Annotation Layer is actually the umbrella construct.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
CI.
ADDITIONAL INFORMATION