-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: GetNextAudioMessageInConversationUseCase WPB-11725 #3191
feat: GetNextAudioMessageInConversationUseCase WPB-11725 #3191
Conversation
Quality Gate passedIssues Measures |
Bencher Report
Click to view all benchmark results
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3191 +/- ##
===========================================
- Coverage 54.13% 54.12% -0.01%
===========================================
Files 1261 1262 +1
Lines 36748 36756 +8
Branches 3734 3734
===========================================
+ Hits 19893 19894 +1
- Misses 15417 15422 +5
- Partials 1438 1440 +2
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 3264 Passed, 107 Skipped, 1m 2.46s Total Time |
better to merge after #3186
What's new in this PR?
Issues
No any UseCase to get a next AudioMessage that goes after just played message.
Causes (Optional)
Needed for audio message playback.
Solutions
Added
GetNextAudioMessageInConversationUseCase
to get a next AudioMessage that goes after just played message.