pushtorefresh / storio

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

Add interceptors to content resolver #864

Closed nikitin-da closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #864 into master will increase coverage by 0.32%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #864      +/-   ##
============================================
+ Coverage     97.66%   97.98%   +0.32%     
+ Complexity      829      811      -18     
============================================
  Files            98       98              
  Lines          2744     2783      +39     
  Branches        302      308       +6     
============================================
+ Hits           2680     2727      +47     
+ Misses           35       27       -8     
  Partials         29       29
Impacted Files Coverage Δ Complexity Δ
...ions/delete/PreparedDeleteCollectionOfObjects.java 93.82% <ø> (ø) 6 <0> (ø) :arrow_down:
...qlite/operations/delete/PreparedDeleteByQuery.java 100% <ø> (ø) 6 <0> (ø) :arrow_down:
...orio3/sqlite/operations/put/PreparedPutObject.java 100% <ø> (ø) 6 <0> (ø) :arrow_down:
...sqlite/operations/delete/PreparedDeleteObject.java 100% <ø> (ø) 6 <0> (ø) :arrow_down:
...ite/operations/get/PreparedGetNumberOfResults.java 100% <ø> (ø) 5 <0> (ø) :arrow_down:
...operations/put/PreparedPutCollectionOfObjects.java 92.4% <ø> (ø) 6 <0> (ø) :arrow_down:
...orio3/sqlite/operations/delete/PreparedDelete.java 100% <ø> (ø) 2 <0> (ø) :arrow_down:
...qlite/operations/get/PreparedGetListOfObjects.java 100% <ø> (ø) 5 <0> (ø) :arrow_down:
...orio3/sqlite/operations/get/PreparedGetCursor.java 100% <ø> (ø) 5 <0> (ø) :arrow_down:
.../sqlite/operations/execute/PreparedExecuteSQL.java 96.55% <ø> (ø) 5 <0> (ø) :arrow_down:
... and 25 more

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 544ee5b...f199601. Read the comment docs.