rubygarage / shopapp-android

ShopApp is an application that transfers an online store into a mobile app
Apache License 2.0
169 stars 107 forks source link

Improve account module tests #159

Closed DenysZP closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #159 into develop will increase coverage by 1.71%. The diff coverage is 75%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #159      +/-   ##
===========================================
+ Coverage    65.73%   67.44%   +1.71%     
===========================================
  Files          231      231              
  Lines         4558     4559       +1     
  Branches       719      718       -1     
===========================================
+ Hits          2996     3075      +79     
+ Misses        1098     1013      -85     
- Partials       464      471       +7
Impacted Files Coverage Δ
...papp/ui/account/contract/ForgotPasswordContract.kt 75% <ø> (+75%) :arrow_up:
...ava/com/shopapp/ui/account/PersonalInfoActivity.kt 79.31% <ø> (+25.86%) :arrow_up:
...a/com/shopapp/ui/account/ForgotPasswordActivity.kt 84.84% <100%> (+18.18%) :arrow_up:
...papp/ui/account/contract/ChangePasswordContract.kt 75% <66.66%> (+6.57%) :arrow_up:
app/src/main/java/com/shopapp/ext/ViewExtension.kt 73.07% <0%> (+3.84%) :arrow_up:
...in/java/com/shopapp/ui/base/lce/BaseLceActivity.kt 77.77% <0%> (+4.44%) :arrow_up:
...ain/java/com/shopapp/ui/account/AccountFragment.kt 79.51% <0%> (+8.43%) :arrow_up:
...main/java/com/shopapp/ui/account/SignInActivity.kt 84.44% <0%> (+15.55%) :arrow_up:
...a/com/shopapp/ui/account/ChangePasswordActivity.kt 79.48% <0%> (+20.51%) :arrow_up:
... and 3 more