-
-
Notifications
You must be signed in to change notification settings - Fork 57
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: #1684 Renamed package ai.elmu.model to ai.elmu.entity #1686
chore: #1684 Renamed package ai.elmu.model to ai.elmu.entity #1686
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1686 +/- ##
=========================================
Coverage 15.03% 15.03%
Complexity 452 452
=========================================
Files 249 249
Lines 7760 7760
Branches 812 812
=========================================
Hits 1167 1167
Misses 6541 6541
Partials 52 52 ☔ View full report in Codecov by Sentry. |
…me ai.elimu.model by dynaically pulling package name using BaseEntity class
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.
Incorporated review comments. Kindly re-review.
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.
Looks good, ready to merge! 🙂
@diptechexpo Please merge your PR 🙂 |
Closing due to inactivity. |
This pull request addresses issue #1684 by renaming the package ai.elmu.model to ai.elmu.entity.
closes #1684