-
Notifications
You must be signed in to change notification settings - Fork 5
Added basic import structure for library usage #390
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?
Conversation
|
Well, one second - it's behaving a bit oddly in kernel ATM |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #390 +/- ##
==========================================
+ Coverage 91.63% 91.83% +0.19%
==========================================
Files 15 15
Lines 1112 1114 +2
Branches 138 138
==========================================
+ Hits 1019 1023 +4
+ Misses 70 69 -1
+ Partials 23 22 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Pull request overview
Exposes a minimal public API surface for the con_duct package by re-exporting the main execution entrypoint and explicitly defining module exports.
Changes:
- Re-export
executefromduct_mainat the package root (con_duct.execute). - Add
__all__to explicitly define the intended public exports (execute,__version__).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@asmacdo OK good to go - just note that |
fix #389
@asmacdo Here you go