pwittchen / prefser

Wrapper for Android SharedPreferences with object serialization and RxJava Observables
Apache License 2.0
228 stars 26 forks source link

extracting accessors to a separate class & interface - solves #109 #111

Closed pwittchen closed 7 years ago

pwittchen commented 7 years ago

solves #109

codecov-io commented 7 years ago

Codecov Report

Merging #111 into master will decrease coverage by 0.53%. The diff coverage is 98.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
- Coverage   99.27%   98.73%   -0.54%     
==========================================
  Files           3        5       +2     
  Lines         137      158      +21     
  Branches       11       11              
==========================================
+ Hits          136      156      +20     
- Misses          0        1       +1     
  Partials        1        1
Impacted Files Coverage Δ
.../com/github/pwittchen/prefser/library/Prefser.java 98.87% <100%> (-0.28%) :arrow_down:
.../prefser/library/PreferencesAccessorsProvider.java 100% <100%> (ø)
...ithub/pwittchen/prefser/library/Preconditions.java 75% <75%> (ø)

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 6d17cfb...7dc9dde. Read the comment docs.