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

issue-95: overwrite toString for Distance units #108

Closed EEM86 closed 1 year ago

EEM86 commented 3 years ago

Added toString()

codecov[bot] commented 3 years ago

Codecov Report

Merging #108 into develop will decrease coverage by 0.32%. The diff coverage is 33.33%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #108      +/-   ##
=============================================
- Coverage      86.01%   85.68%   -0.33%     
  Complexity       229      229              
=============================================
  Files             35       35              
  Lines            522      524       +2     
  Branches          32       32              
=============================================
  Hits             449      449              
- Misses            51       53       +2     
  Partials          22       22              
Impacted Files Coverage Δ Complexity Δ
...egelzwerg/sporttooolbox/iunits/distance/Miles.java 84.61% <0.00%> (-3.39%) 11.00 <0.00> (ø)
...lzwerg/sporttooolbox/iunits/distance/Nautical.java 87.87% <0.00%> (-2.75%) 13.00 <0.00> (ø)
...zwerg/sporttooolbox/iunits/distance/Kilometer.java 88.88% <100.00%> (ø) 12.00 <1.00> (ø)

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 184435b...3ccf9af. Read the comment docs.