bitwarden / android

Bitwarden mobile app for Android.
https://bitwarden.com
GNU General Public License v3.0
5.86k stars 763 forks source link

trackEvent should not suspend #3331

Closed david-livefront closed 2 weeks ago

david-livefront commented 2 weeks ago

๐ŸŽŸ๏ธ Tracking

N/A

๐Ÿ“” Objective

This PR removes the suspend keyword for the trackEvent function of the OrganizationEventManager. this simplifies the interface and allows us to manage the process within out own scope.

โฐ Reminders before review

๐Ÿฆฎ Reviewer guidelines

github-actions[bot] commented 2 weeks ago

Logo Checkmarx One โ€“ Scan Summary & Details โ€“ f5c36023-e362-427a-839c-dec1eb3a3ae2

No New Or Fixed Issues Found

github-actions[bot] commented 2 weeks ago

๐Ÿง› App Code Coverage: 88.58%

Coverage of Modified Files:

File Coverage
OrganizationEventManagerImpl.kt 97.36%

Modified Files Not Found In Coverage Report:

OrganizationEventManager.kt OrganizationEventManagerTest.kt

Codebase cunningly covered by count Shroud ๐Ÿง›

Generated by :no_entry_sign: Danger

david-livefront commented 2 weeks ago

Thanks @brian-livefront