Teester / Whats-Nearby

Android App for collecting information about POIs for OpenStreetMap
GNU General Public License v3.0
13 stars 2 forks source link

Query accuracy fix #36

Closed Teester closed 6 years ago

Teester commented 6 years ago

Fixed #31. Checks number of detections and decides to query based on that & accuracy

codecov-io commented 6 years ago

Codecov Report

Merging #36 into master will increase coverage by 3.45%. The diff coverage is 73.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   51.24%   54.69%   +3.45%     
==========================================
  Files          98       99       +1     
  Lines        1688     1724      +36     
  Branches       74       77       +3     
==========================================
+ Hits          865      943      +78     
+ Misses        786      733      -53     
- Partials       37       48      +11
Impacted Files Coverage Δ
...a/com/teester/whatsnearby/data/PreferenceList.java 0% <ø> (ø) :arrow_up:
...hatsnearby/data/location/LocationJobPresenter.java 48.33% <60%> (+48.33%) :arrow_up:
.../teester/whatsnearby/data/location/QueryOrNot.java 75% <75%> (ø)
.../whatsnearby/data/location/LocationJobService.java 8.33% <0%> (+8.33%) :arrow_up:
...m/teester/whatsnearby/data/source/Preferences.java 83.33% <0%> (+33.33%) :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 c7bc1b5...573a3eb. Read the comment docs.