-
Notifications
You must be signed in to change notification settings - Fork 45
feat: cover VersionHistoryViewModel with unit test (WPB-21661) #4473
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
Conversation
# Conflicts: # app/src/main/kotlin/com/wire/android/di/accountScoped/CellsModule.kt # features/cells/src/main/res/values/strings.xml # kalium
…node-versions # Conflicts: # kalium
…node-versions # Conflicts: # features/cells/src/main/res/values/strings.xml
…node-versions # Conflicts: # kalium
…node-versions # Conflicts: # features/cells/src/main/java/com/wire/android/feature/cells/ui/CellViewModel.kt # features/cells/src/main/res/values/strings.xml
# Conflicts: # app/src/main/kotlin/com/wire/android/di/accountScoped/CellsModule.kt # core/ui-common/src/main/res/values/strings.xml # features/cells/src/main/java/com/wire/android/feature/cells/ui/CellScreenContent.kt # features/cells/src/main/java/com/wire/android/feature/cells/ui/CellViewModel.kt # features/cells/src/main/res/values/strings.xml # kalium
…node-versions # Conflicts: # app/src/main/kotlin/com/wire/android/di/accountScoped/CellsModule.kt # features/cells/src/main/java/com/wire/android/feature/cells/ui/CellViewModel.kt # features/cells/src/main/res/values/strings.xml # features/cells/src/test/kotlin/com/wire/android/feature/cells/ui/publiclink/PublicLinkViewModelTest.kt # kalium
Ups 🫰🟨This PR is too big. Please try to break it up into smaller PRs. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #4473 +/- ##
===========================================
+ Coverage 48.43% 48.72% +0.28%
===========================================
Files 563 563
Lines 19464 19466 +2
Branches 3246 3247 +1
===========================================
+ Hits 9428 9485 +57
+ Misses 9045 8985 -60
- Partials 991 996 +5
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
yamilmedina
left a comment
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.
💯 🏅
…t' into versionHistoryViewModel-unit-test
|



PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
Covering VersionHistoryViewModel with unit test
This PR contains changes from #4469
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.