neXenio / BLE-Indoor-Positioning

Multilateration using bluetooth beacons
Apache License 2.0
433 stars 129 forks source link

fixes rssi calculation from distance; adds tests #137

Closed marvinmirtschin closed 5 years ago

marvinmirtschin commented 5 years ago

Fixes 136

codecov-io commented 5 years ago

Codecov Report

Merging #137 into release/candidate will increase coverage by 0.13%. The diff coverage is 100%.

Impacted file tree graph

@@                   Coverage Diff                   @@
##             release/candidate     #137      +/-   ##
=======================================================
+ Coverage                39.36%   39.49%   +0.13%     
- Complexity                 234      261      +27     
=======================================================
  Files                       40       40              
  Lines                     1354     1547     +193     
  Branches                   132      156      +24     
=======================================================
+ Hits                       533      611      +78     
- Misses                     770      884     +114     
- Partials                    51       52       +1
Impacted Files Coverage Δ Complexity Δ
...io/bleindoorpositioning/ble/beacon/BeaconUtil.java 43.54% <100%> (+8.54%) 13 <2> (+5) :arrow_up:
...oorpositioning/testutil/AbstractBeaconCreator.java 81.81% <100%> (ø) 2 <0> (ø) :arrow_down:
...ning/location/multilateration/Multilateration.java 14.54% <0%> (-4.06%) 2% <0%> (ø)
...bleindoorpositioning/ble/beacon/BeaconManager.java 0% <0%> (ø) 0% <0%> (ø) :arrow_down:
...exenio/bleindoorpositioning/IndoorPositioning.java 0% <0%> (ø) 0% <0%> (ø) :arrow_down:
...ning/ble/advertising/IBeaconAdvertisingPacket.java 34.93% <0%> (+0.96%) 25% <0%> (+1%) :arrow_up:
...io/bleindoorpositioning/location/LocationUtil.java 82.05% <0%> (+2.05%) 11% <0%> (+4%) :arrow_up:
...exenio/bleindoorpositioning/location/Location.java 74.49% <0%> (+4.6%) 42% <0%> (+17%) :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 2103448...a702a03. Read the comment docs.