neXenio / BLE-Indoor-Positioning

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

Master to Dev #139

Closed Steppschuh closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #139 into dev will decrease coverage by 0.14%. The diff coverage is 70%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #139      +/-   ##
============================================
- Coverage     39.57%   39.42%   -0.15%     
+ Complexity      236      235       -1     
============================================
  Files            40       40              
  Lines          1362     1357       -5     
  Branches        134      132       -2     
============================================
- Hits            539      535       -4     
  Misses          771      771              
+ Partials         52       51       -1
Impacted Files Coverage Δ Complexity Δ
...ing/location/provider/IBeaconLocationProvider.java 100% <ø> (+33.33%) 1 <0> (ø) :arrow_down:
...g/location/provider/EddystoneLocationProvider.java 100% <ø> (+33.33%) 1 <0> (ø) :arrow_down:
...ning/location/provider/BeaconLocationProvider.java 77.77% <ø> (+7.77%) 6 <0> (ø) :arrow_down:
...ng/location/distance/BeaconDistanceCalculator.java 52.17% <0%> (ø) 8 <0> (ø) :arrow_down:
...oorpositioning/testutil/AbstractBeaconCreator.java 81.81% <100%> (ø) 2 <0> (ø) :arrow_down:
...io/bleindoorpositioning/location/LocationUtil.java 80% <100%> (ø) 7 <0> (ø) :arrow_down:
...ning/ble/advertising/IBeaconAdvertisingPacket.java 33.96% <100%> (+0.62%) 24 <3> (ø) :arrow_down:
...nio/bleindoorpositioning/ble/beacon/Eddystone.java 66.66% <33.33%> (-33.34%) 2 <1> (ø)
...xenio/bleindoorpositioning/ble/beacon/IBeacon.java 76.19% <33.33%> (-8.03%) 6 <1> (ø)
...io/bleindoorpositioning/ble/beacon/BeaconUtil.java 38.09% <50%> (+7.66%) 9 <2> (+1) :arrow_up:
... and 2 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 dd601fb...0ce40a7. Read the comment docs.