-
Notifications
You must be signed in to change notification settings - Fork 852
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
[PM-19905] Migrate DispatcherManager to data
module
#4999
Conversation
Great job, no security vulnerabilities found in this Pull Request |
7cf0287
to
4b05740
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4999 +/- ##
==========================================
+ Coverage 81.31% 83.94% +2.63%
==========================================
Files 1073 588 -485
Lines 58746 47899 -10847
Branches 7206 6617 -589
==========================================
- Hits 47767 40209 -7558
+ Misses 8453 5452 -3001
+ Partials 2526 2238 -288 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4b05740
to
f6c5a8b
Compare
@@ -15,7 +15,7 @@ class DispatcherManagerTest { | |||
|
|||
val actual = dispatcherManager.io | |||
|
|||
assertEquals(expected, actual) | |||
Assertions.assertEquals(expected, actual) |
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.
Can we undo this
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.
Ah. Nice catch. Yes.
Move `DispatcherManager` and its implementation to the `data` module. Additionally, `FakeDispatcherManager` was moved to `data.testFixtures` for reusability.
f6c5a8b
to
e23df6f
Compare
🎟️ Tracking
PM-19905
📔 Objective
Move
DispatcherManager
and its implementation to thedata
module.Additionally,
FakeDispatcherManager
was moved todata.testFixtures
for reusability.⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes