-
Notifications
You must be signed in to change notification settings - Fork 42
Load enterprise APIs #1949
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
base: main
Are you sure you want to change the base?
Load enterprise APIs #1949
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1949 +/- ##
==========================================
+ Coverage 76.68% 76.82% +0.13%
==========================================
Files 628 629 +1
Lines 46637 47013 +376
Branches 755 755
==========================================
+ Hits 35765 36119 +354
- Misses 10789 10811 +22
Partials 83 83
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -26,3 +26,8 @@ | |||
from .stash_api import * | |||
from .target_api import * | |||
from .tlm_api import * | |||
try: | |||
from openc3enterprise.api.cmd_authority_api import * |
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.
Python autonomic api missing.
|
I'd like to add the new autonomic APIs before merging