-
Notifications
You must be signed in to change notification settings - Fork 299
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
add tests to sync classes #1505
Conversation
sync/download/ResourceParamsBasedDownloadWorkManagerTest.kt, sync/upload/BundleUploaderTest.kt, /sync/upload/TransactionBundleGeneratorTest.kt
Codecov Report
@@ Coverage Diff @@
## master #1505 +/- ##
=============================================
+ Coverage 0 74.84% +74.84%
- Complexity 0 663 +663
=============================================
Files 0 128 +128
Lines 0 3995 +3995
Branches 0 726 +726
=============================================
+ Hits 0 2990 +2990
- Misses 0 611 +611
- Partials 0 394 +394 |
@roywanyaga can you update this PR to merge the changes in |
I tidied this PR up - @omarismail94 can you take a look please? Thanks! |
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Description
Add tests to engine module sync classes:
Alternative(s) considered
N/A
Type
Testing
Screenshots (if applicable)
Checklist
./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the style guide of this project../gradlew check
and./gradlew connectedCheck
to test my changes locally.