JuliaArrays / ArraysOfArrays.jl

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

Tests for vector_of_arrays #9

Closed sthayashi closed 4 years ago

sthayashi commented 4 years ago

Will be considered finished when test coverage is at >=95%.

codecov[bot] commented 4 years ago

Codecov Report

Merging #9 into master will increase coverage by 9.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   86.66%   95.73%   +9.06%     
==========================================
  Files           7        7              
  Lines         375      375              
==========================================
+ Hits          325      359      +34     
+ Misses         50       16      -34
Impacted Files Coverage Δ
src/functions.jl 100% <0%> (+12.24%) :arrow_up:
src/vector_of_arrays.jl 94.41% <0%> (+15.64%) :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 01e8dd0...30907ff. Read the comment docs.