JuliaData / DataAPI.jl

A data-focused namespace for packages to share functions
Other
33 stars 13 forks source link

Add DataAPI.unwrap with default definition #35

Closed quinnj closed 3 years ago

quinnj commented 3 years ago

As discussed in https://github.com/JuliaData/CategoricalArrays.jl/issues/142.

codecov[bot] commented 3 years ago

Codecov Report

Merging #35 (8523716) into main (4d8facd) will increase coverage by 0.39%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
+ Coverage   90.90%   91.30%   +0.39%     
==========================================
  Files           1        1              
  Lines          22       23       +1     
==========================================
+ Hits           20       21       +1     
  Misses          2        2              
Impacted Files Coverage Δ
src/DataAPI.jl 91.30% <100.00%> (+0.39%) :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 4d8facd...a4576dc. Read the comment docs.

bkamins commented 3 years ago

Thank you. Could you also bump a version of DataAPI.jl so that we could register it after merging? Thank you.