ancapdev / LightBSON.jl

High performance encoding and decoding of BSON data in Julia
MIT License
20 stars 3 forks source link

Support for arrays in IndexedBSONReader #20

Closed dantaras closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #20 (9318663) into master (2ac033a) will decrease coverage by 0.05%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage   92.20%   92.14%   -0.06%     
==========================================
  Files          13       13              
  Lines         795      802       +7     
==========================================
+ Hits          733      739       +6     
- Misses         62       63       +1     
Flag Coverage Δ
unittest 92.14% <ø> (-0.06%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/indexed_reader.jl 95.83% <ø> (+0.83%) :arrow_up:
src/object_id.jl 90.69% <0.00%> (-2.33%) :arrow_down:
src/representations.jl 96.15% <0.00%> (+0.50%) :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 2ac033a...9318663. Read the comment docs.

ancapdev commented 2 years ago

Looks like my suggestion broke, didn't realize it's not exported. Should have guessed I guess. Could you revert to the previous?