-
Notifications
You must be signed in to change notification settings - Fork 536
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
Refactor Covalent Handling #2801
Conversation
Pull reviewers statsStats of the last 30 days for alpha-wallet-android:
|
Codecov ReportBase: 7.41% // Head: 7.64% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2801 +/- ##
===========================================
+ Coverage 7.41% 7.64% +0.23%
- Complexity 779 800 +21
===========================================
Files 575 575
Lines 40601 40597 -4
Branches 4133 4135 +2
===========================================
+ Hits 3011 3105 +94
+ Misses 37334 37223 -111
- Partials 256 269 +13
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
LGTM, did minor refactoring. |
* refactor covalent handling and add unit test * update test * Get resource from resource folder * Remove unused code Co-authored-by: Seaborn Lee <seabornlee.cn@gmail.com>
Closes #2755