rubygarage / shopapp-android

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

Add api cache #190

Closed DenysZP closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #190 into feature/implement_magento_api will increase coverage by <.01%. The diff coverage is 73.33%.

Impacted file tree graph

@@                        Coverage Diff                        @@
##           feature/implement_magento_api     #190      +/-   ##
=================================================================
+ Coverage                          81.33%   81.33%   +<.01%     
=================================================================
  Files                                255      260       +5     
  Lines                               4725     4752      +27     
  Branches                             691      693       +2     
=================================================================
+ Hits                                3843     3865      +22     
- Misses                               297      302       +5     
  Partials                             585      585
Impacted Files Coverage Δ
...in/java/com/shopapp/magento/retrofit/RestClient.kt 20% <0%> (-1.74%) :arrow_down:
...rc/main/java/com/shopapp/magento/api/MagentoApi.kt 78.94% <0%> (-1.15%) :arrow_down:
...m/shopapp/magento/retrofit/service/StoreService.kt 100% <100%> (ø)
...a/com/shopapp/magento/retrofit/CacheInterceptor.kt 100% <100%> (ø)
...hopapp/magento/retrofit/service/CategoryService.kt 100% <100%> (ø)
...hopapp/magento/retrofit/service/CustomerService.kt 100% <100%> (ø)
...shopapp/magento/retrofit/service/ProductService.kt 100% <100%> (ø)
... and 2 more