JuliaArrays / ArraysOfArrays.jl

Efficient storage and handling of nested arrays in Julia
Other
43 stars 9 forks source link

Add rrules for ArrayOfSimilarArrays ctors #24

Closed oschulz closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #24 (b1a2614) into main (fb1717b) will increase coverage by 0.18%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   95.78%   95.97%   +0.18%     
==========================================
  Files           7        7              
  Lines         451      447       -4     
==========================================
- Hits          432      429       -3     
+ Misses         19       18       -1     
Impacted Files Coverage Δ
src/ArraysOfArrays.jl 100.00% <ø> (ø)
src/array_of_similar_arrays.jl 97.33% <100.00%> (+0.07%) :arrow_up:
src/functions.jl 100.00% <0.00%> (ø)
src/vector_of_arrays.jl 94.31% <0.00%> (+0.27%) :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 fb1717b...b1a2614. Read the comment docs.