yayaa / LocationManager

Simplify getting user's location for Android
807 stars 187 forks source link

Process unresolved Google Play service events (fix #110) #111

Closed victor-denisenko closed 4 years ago

victor-denisenko commented 4 years ago

Fix #110

codecov-commenter commented 4 years ago

Codecov Report

Merging #111 into master will increase coverage by 0.43%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
+ Coverage   67.25%   67.69%   +0.43%     
==========================================
  Files          31       31              
  Lines        1069     1074       +5     
  Branches       91       92       +1     
==========================================
+ Hits          719      727       +8     
+ Misses        292      289       -3     
  Partials       58       58              
Impacted Files Coverage Δ
...s/locationprovider/DispatcherLocationProvider.java 89.00% <100.00%> (+3.73%) :arrow_up:

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 ab6a205...d76ac38. Read the comment docs.

yayaa commented 4 years ago

Thank you for the changes :)