kawoou / AnyDate

Swifty Date & Time API inspired from Java 8 DateTime API.
MIT License
190 stars 13 forks source link

[#15] Fix "Comparable" critical bugs. #16

Closed kawoou closed 7 years ago

kawoou commented 7 years ago

Thanks for reporting this problem @ddcrobert

codecov[bot] commented 7 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #16   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines        2255   2245   -10     
  Branches      204    192   -12     
=====================================
- Hits         2255   2245   -10
Impacted Files Coverage Δ
Sources/AnyDate/Period.swift 100% <100%> (ø) :arrow_up:
Sources/AnyDate/Instant.swift 100% <100%> (ø) :arrow_up:
Sources/AnyDate/LocalTime.swift 100% <100%> (ø) :arrow_up:
Sources/AnyDate/LocalDateTime.swift 100% <100%> (ø) :arrow_up:
Sources/AnyDate/LocalDate.swift 100% <100%> (ø) :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 6b3d83a...836c1b8. Read the comment docs.