jsbean / ArithmeticTools

Basic arithmetic types and operations
MIT License
3 stars 0 forks source link

Conform Rational to Strideable #93

Closed jsbean closed 7 years ago

jsbean commented 7 years ago

And to SignedNumber along the way.

Closes #71.

codecov-io commented 7 years ago

Codecov Report

Merging #93 into master will increase coverage by 0.61%. The diff coverage is 95.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   88.57%   89.18%   +0.61%     
==========================================
  Files          47       47              
  Lines        1400     1415      +15     
==========================================
+ Hits         1240     1262      +22     
+ Misses        160      153       -7
Impacted Files Coverage Δ
ArithmeticTools/CategoryTheory.swift 50% <ø> (ø) :arrow_up:
ArithmeticToolsTests/RationalTests.swift 100% <100%> (+1.17%) :arrow_up:
ArithmeticTools/Rational.swift 67.28% <33.33%> (+6.89%) :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 dcaf322...ff567f8. Read the comment docs.