JuliaGraphics / ColorTypes.jl

Basic color definitions and traits
Other
77 stars 35 forks source link

Support `isequal` #272

Closed timholy closed 2 years ago

timholy commented 2 years ago

Formerly we fell back to ==, but this does not do the right thing for NaN components.

timholy commented 2 years ago

Let's run CI (I re-enabled UnitTest).

codecov[bot] commented 2 years ago

Codecov Report

Merging #272 (bcbc959) into master (6cbe7ab) will increase coverage by 0.10%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #272      +/-   ##
==========================================
+ Coverage   83.93%   84.04%   +0.10%     
==========================================
  Files           8        8              
  Lines         772      777       +5     
==========================================
+ Hits          648      653       +5     
  Misses        124      124              
Impacted Files Coverage Δ
src/operations.jl 98.64% <100.00%> (+0.04%) :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 6cbe7ab...bcbc959. Read the comment docs.