-
Notifications
You must be signed in to change notification settings - Fork 4
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: Expose kafka messages models and bump dependencies #27
chore: Expose kafka messages models and bump dependencies #27
Conversation
Codecov Report
@@ Coverage Diff @@
## main #27 +/- ##
==========================================
- Coverage 28.28% 28.18% -0.11%
==========================================
Files 40 41 +1
Lines 2174 2182 +8
==========================================
Hits 615 615
- Misses 1491 1499 +8
Partials 68 68
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Remove core package, code was fine where it was.
Imports give "payments.Payment{}" which is pretty better import path than "core.Payment{}".
Even, if we change that, it is not the goal of this PR and there are no subject on this service actually.
No description provided.