chibatching / Kotpref

Kotpref - Android SharedPreferences delegation library for Kotlin
https://chibatching.github.io/Kotpref/
Apache License 2.0
697 stars 50 forks source link

Fix incorrect package #245

Closed chibatching closed 3 years ago

chibatching commented 3 years ago

Fix incorrect package of initializer module on AndroidManifest

codecov[bot] commented 3 years ago

Codecov Report

Merging #245 (4bd552e) into master (7fc016c) will increase coverage by 68.68%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #245       +/-   ##
=============================================
+ Coverage          0   68.68%   +68.68%     
- Complexity        0      136      +136     
=============================================
  Files             0       25       +25     
  Lines             0      412      +412     
  Branches          0       44       +44     
=============================================
+ Hits              0      283      +283     
- Misses            0      110      +110     
- Partials          0       19       +19     
Impacted Files Coverage Δ Complexity Δ
...kotlin/com/chibatching/kotpref/pref/BooleanPref.kt 71.42% <0.00%> (ø) 4.00% <0.00%> (?%)
...com/chibatching/kotpref/pref/StringNullablePref.kt 71.42% <0.00%> (ø) 4.00% <0.00%> (?%)
...batching/kotpref/enumpref/EnumNullableValuePref.kt 50.00% <0.00%> (ø) 5.00% <0.00%> (?%)
...src/main/kotlin/com/chibatching/kotpref/Kotpref.kt 100.00% <0.00%> (ø) 3.00% <0.00%> (?%)
.../com/chibatching/kotpref/enumpref/EnumValuePref.kt 77.77% <0.00%> (ø) 5.00% <0.00%> (?%)
...otlin/com/chibatching/kotpref/gsonpref/GsonPref.kt 68.42% <0.00%> (ø) 8.00% <0.00%> (?%)
...atching/kotpref/enumpref/EnumPropertyExtensions.kt 0.00% <0.00%> (ø) 0.00% <0.00%> (?%)
.../kotlin/com/chibatching/kotpref/pref/StringPref.kt 71.42% <0.00%> (ø) 5.00% <0.00%> (?%)
...n/kotlin/com/chibatching/kotpref/pref/FloatPref.kt 71.42% <0.00%> (ø) 4.00% <0.00%> (?%)
...om/chibatching/kotpref/enumpref/EnumOrdinalPref.kt 87.50% <0.00%> (ø) 6.00% <0.00%> (?%)
... and 15 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 7fc016c...4bd552e. Read the comment docs.