JeffreySarnoff / NamedTupleTools.jl

some utilities for working with NamedTuples
MIT License
81 stars 11 forks source link

Allow conversions to/from any AbstractDict type #16

Closed kmsquire closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is 66.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   51.54%   51.54%           
=======================================
  Files           1        1           
  Lines          97       97           
=======================================
  Hits           50       50           
  Misses         47       47
Impacted Files Coverage Δ
src/NamedTupleTools.jl 51.54% <66.66%> (ø) :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 dd1c561...d4c5a37. Read the comment docs.

JeffreySarnoff commented 4 years ago

Great! I had been waiting because of the build error -- I think I don't care anymore. Should I merge this, the other or both?

JeffreySarnoff commented 4 years ago

closing in favor of the other