JuliaGraphics / ColorTypes.jl

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

ColorTypes v0.11.2 #274

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 2 years ago

This is a patch release to "revert" the breaking change introduced in ColorTypes v0.11.1

After this, we can choose to tag a new minor release v0.12.0 for the breaking changes or wait until we're ready.

fixes #273

codecov[bot] commented 2 years ago

Codecov Report

Merging #274 (34b249f) into master (b8ed378) will decrease coverage by 1.51%. The diff coverage is 94.01%.

@@            Coverage Diff             @@
##           master     #274      +/-   ##
==========================================
- Coverage   84.04%   82.52%   -1.52%     
==========================================
  Files           8        8              
  Lines         777      767      -10     
==========================================
- Hits          653      633      -20     
- Misses        124      134      +10     
Impacted Files Coverage Δ
src/ColorTypes.jl 100.00% <ø> (ø)
src/types.jl 91.66% <89.26%> (-5.66%) :arrow_down:
src/error_hints.jl 90.90% <90.00%> (+5.19%) :arrow_up:
src/operations.jl 99.14% <98.79%> (+0.49%) :arrow_up:
src/conversions.jl 95.69% <100.00%> (+0.24%) :arrow_up:
src/show.jl 97.77% <100.00%> (+2.95%) :arrow_up:
src/traits.jl 98.87% <100.00%> (-0.03%) :arrow_down:

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 b8ed378...34b249f. Read the comment docs.