pushtorefresh / storio

Reactive API for SQLiteDatabase and ContentResolver.
Apache License 2.0
2.55k stars 182 forks source link

GetMandatoryResult operations return nonnull result #883

Closed nikitin-da closed 6 years ago

nikitin-da commented 6 years ago

Fix #863 for get operations

codecov-io commented 6 years ago

Codecov Report

Merging #883 into master will decrease coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #883      +/-   ##
============================================
- Coverage     98.06%   97.99%   -0.08%     
+ Complexity      827      815      -12     
============================================
  Files            99       98       -1     
  Lines          2889     2787     -102     
  Branches        321      308      -13     
============================================
- Hits           2833     2731     -102     
  Misses           27       27              
  Partials         29       29
Impacted Files Coverage Δ Complexity Δ
...esh/storio3/sqlite/operations/get/PreparedGet.java 100% <ø> (ø) 6 <0> (ø) :arrow_down:
...o3/contentresolver/operations/get/PreparedGet.java 100% <ø> (ø) 3 <0> (ø) :arrow_down:
...ite/operations/get/PreparedGetMandatoryResult.java 100% <100%> (ø) 3 <1> (ø) :arrow_down:
...orio3/sqlite/operations/get/PreparedGetObject.java 100% <100%> (ø) 7 <1> (-4) :arrow_down:
...ver/operations/get/PreparedGetMandatoryResult.java 100% <100%> (ø) 2 <1> (ø) :arrow_down:
...tentresolver/operations/get/PreparedGetObject.java 100% <100%> (ø) 6 <1> (-4) :arrow_down:
...h/storio3/sqlite/interop1to3/StorIOSQLite1To3.java

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e65a48e...5a2bd2c. Read the comment docs.