xebia-functional / nine-cards-v2

An Open Source Android Launcher built with Scala on Android
http://www.9cards.io/
Other
183 stars 20 forks source link

Test single collection jobs #1125

Closed anamariamv closed 7 years ago

anamariamv commented 7 years ago

This PR solves #1116 , added all tests for SingleCollection in package collections of app module. @javipacheco could you review, please? Thanks!!

47degdev commented 7 years ago

Current coverage is 29.01% (diff: 50.00%)

Merging #1125 into master will increase coverage by 0.31%

@@             master      #1125   diff @@
==========================================
  Files           420        420          
  Lines         14954      14955     +1   
  Methods       14584      14584          
  Messages          0          0          
  Branches        355        355          
==========================================
+ Hits           4292       4339    +47   
+ Misses        10662      10616    -46   
  Partials          0          0          

Powered by Codecov. Last update 7f6d936...f841476

javipacheco commented 7 years ago

Great job! LGTM!