rafaqz / Flatten.jl

Flatten nested Julia objects to tuples, and reconstruct them later
Other
32 stars 4 forks source link

Fix nested field name duplication bug #31

Closed bgroenks96 closed 3 years ago

bgroenks96 commented 3 years ago

Fixes #30

codecov-commenter commented 3 years ago

Codecov Report

Merging #31 (a75fff1) into master (e99ca5e) will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   95.28%   95.37%   +0.08%     
==========================================
  Files           1        1              
  Lines         106      108       +2     
==========================================
+ Hits          101      103       +2     
  Misses          5        5              
Impacted Files Coverage Δ
src/Flatten.jl 95.37% <100.00%> (+0.08%) :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 e99ca5e...a75fff1. Read the comment docs.