Chore: Move dispatcher for sdk functions into SDK sources#6995
Conversation
Bitwarden Claude Code ReviewOverall Assessment: APPROVE This PR moves Code Review DetailsNo findings. The change is a focused tech-debt refactor:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6995 +/- ##
==========================================
+ Coverage 85.70% 86.22% +0.51%
==========================================
Files 1004 917 -87
Lines 66310 65508 -802
Branches 9304 9281 -23
==========================================
- Hits 56834 56485 -349
+ Misses 6279 5833 -446
+ Partials 3197 3190 -7
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:
|
|
Thanks @SaintPatrck |
🎟️ Tracking
N/A
📔 Objective
This PR moves the usages of the io dispatcher for SDK operations in the the
AuthSdkSourceand theGeneratorSdkSource. This ensures that it will always be applied appropriately no matter where it is called from and simplifies the higher level classes that are currently do this manually.