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

Update deps #111

Closed iTitus closed 3 years ago

iTitus commented 3 years ago

Updated dependencies Fixed name: sporttooolbox -> sporttoolbox

codecov[bot] commented 3 years ago

Codecov Report

Merging #111 (b56d325) into develop (184435b) will increase coverage by 0.33%. The diff coverage is 16.66%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #111      +/-   ##
=============================================
+ Coverage      86.01%   86.34%   +0.33%     
  Complexity       229      229              
=============================================
  Files             35       35              
  Lines            522      520       -2     
  Branches          32       32              
=============================================
  Hits             449      449              
+ Misses            51       49       -2     
  Partials          22       22              
Impacted Files Coverage Δ Complexity Δ
...g/sporttoolbox/calculators/DistanceCalculator.java 100.00% <ø> (ø) 3.00 <0.00> (?)
...toolbox/calculators/DistanceCalculatorFactory.java 94.11% <ø> (ø) 2.00 <0.00> (?)
...werg/sporttoolbox/calculators/SpeedCalculator.java 85.71% <ø> (ø) 3.00 <0.00> (?)
...orttoolbox/calculators/SpeedCalculatorFactory.java 100.00% <ø> (ø) 1.00 <0.00> (?)
...zwerg/sporttoolbox/calculators/TimeCalculator.java 90.00% <ø> (ø) 3.00 <0.00> (?)
...porttoolbox/calculators/TimeCalculatorFactory.java 100.00% <ø> (ø) 2.00 <0.00> (?)
...main/java/segelzwerg/sporttoolbox/iunits/Time.java 87.50% <ø> (ø) 21.00 <0.00> (?)
.../sporttoolbox/iunits/distance/DistanceFactory.java 100.00% <ø> (ø) 9.00 <0.00> (?)
...lzwerg/sporttoolbox/iunits/distance/Kilometer.java 88.88% <ø> (ø) 12.00 <0.00> (?)
...segelzwerg/sporttoolbox/iunits/distance/Miles.java 88.00% <ø> (ø) 11.00 <0.00> (?)
... and 25 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 c146858...b56d325. Read the comment docs.