onekiloparsec / SwiftAA

The most comprehensive collection of accurate astronomical algorithms in (C++, Objective-C and) Swift.
http://www.onekiloparsec.dev/
MIT License
172 stars 31 forks source link

Fix for Degree.reduce0 (with tests) #67

Closed alex-vasenin closed 7 years ago

alex-vasenin commented 7 years ago

Fixes issue #66

codecov[bot] commented 7 years ago

Codecov Report

Merging #67 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   34.59%   34.63%   +0.04%     
==========================================
  Files         227      227              
  Lines       11246    11252       +6     
==========================================
+ Hits         3890     3897       +7     
+ Misses       7356     7355       -1
Impacted Files Coverage Δ
SwiftAA/NumericType.swift 72.61% <100%> (+2.1%) :arrow_up:
SwiftAA/Angles.swift 69.11% <100%> (+1.47%) :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 44918d4...c38b5a2. Read the comment docs.

onekiloparsec commented 7 years ago

Thanks! That's little details that make a difference in the long run...