Segelzwerg / SportToolBox

This is a website where you calculate different metrics used in sport. It is meant to collect calculators into one website for the convenience of the athletes.
GNU General Public License v3.0
4 stars 21 forks source link

Calculate distance from speed and time #88

Closed Segelzwerg closed 3 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #88 into develop will increase coverage by 0.65%. The diff coverage is 89.83%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #88      +/-   ##
=============================================
+ Coverage      85.36%   86.01%   +0.65%     
+ Complexity       240      229      -11     
=============================================
  Files             34       35       +1     
  Lines            526      522       -4     
  Branches          33       32       -1     
=============================================
  Hits             449      449              
+ Misses            54       51       -3     
+ Partials          23       22       -1     
Impacted Files Coverage Δ Complexity Δ
...erg/sporttooolbox/iunits/speed/MeterPerSecond.java 81.25% <0.00%> (+0.48%) 8.00 <0.00> (-5.00) :arrow_up:
...elzwerg/sporttooolbox/web/pace/PaceController.java 78.26% <0.00%> (-11.74%) 5.00 <0.00> (ø)
...zwerg/sporttooolbox/web/speed/SpeedController.java 90.90% <66.66%> (-3.83%) 7.00 <0.00> (+1.00) :arrow_down:
...ooolbox/calculators/DistanceCalculatorFactory.java 94.11% <94.11%> (ø) 2.00 <2.00> (?)
.../sporttooolbox/calculators/DistanceCalculator.java 100.00% <100.00%> (ø) 3.00 <3.00> (+1.00)
...ain/java/segelzwerg/sporttooolbox/iunits/Time.java 87.50% <100.00%> (+2.88%) 21.00 <3.00> (-9.00) :arrow_up:
...zwerg/sporttooolbox/iunits/distance/Kilometer.java 88.88% <100.00%> (+0.42%) 12.00 <1.00> (+1.00)
...egelzwerg/sporttooolbox/iunits/distance/Miles.java 88.00% <100.00%> (ø) 11.00 <4.00> (ø)
...lzwerg/sporttooolbox/iunits/distance/Nautical.java 90.62% <100.00%> (ø) 13.00 <2.00> (ø)
...g/sporttooolbox/iunits/speed/KilometerPerHour.java 93.75% <100.00%> (-2.41%) 12.00 <1.00> (-7.00)
... and 9 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 88b8f9a...98a8e66. Read the comment docs.