oschulz / ValueShapes.jl

Duality of view between named variables and flat vectors in Julia
Other
12 stars 5 forks source link

Specialize equality for several types #53

Closed oschulz closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #53 (9e6f3c2) into master (807d683) will decrease coverage by 1.22%. The diff coverage is 58.13%.

:exclamation: Current head 9e6f3c2 differs from pull request most recent head c064126. Consider uploading reports for the commit c064126 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   88.41%   87.19%   -1.23%     
==========================================
  Files          12       11       -1     
  Lines         829      890      +61     
==========================================
+ Hits          733      776      +43     
- Misses         96      114      +18     
Impacted Files Coverage Δ
src/named_tuple_dist.jl 90.50% <ø> (+0.57%) :arrow_up:
src/const_value_dist.jl 82.05% <25.00%> (-15.10%) :arrow_down:
src/const_value_shape.jl 90.90% <50.00%> (-5.39%) :arrow_down:
src/distributions.jl 80.00% <62.50%> (-2.76%) :arrow_down:
src/named_tuple_shape.jl 87.29% <66.66%> (+0.22%) :arrow_up:
src/value_accessor.jl 90.32% <66.66%> (-2.28%) :arrow_down:
src/reshaped_dist.jl 88.63% <70.58%> (-11.37%) :arrow_down:
src/scalar_shape.jl 96.77% <0.00%> (+0.10%) :arrow_up:
... and 6 more

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 807d683...c064126. Read the comment docs.