JuliaData / DataAPI.jl

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

Fix levels on Julia 1.7 #32

Closed nalimilan closed 3 years ago

nalimilan commented 3 years ago

unique now returns a range for range inputs, so we cannot update it in place.

codecov[bot] commented 3 years ago

Codecov Report

Merging #32 (34804ac) into main (0bf553d) will increase coverage by 1.12%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   94.11%   95.23%   +1.12%     
==========================================
  Files           1        1              
  Lines          17       21       +4     
==========================================
+ Hits           16       20       +4     
  Misses          1        1              
Impacted Files Coverage Δ
src/DataAPI.jl 95.23% <100.00%> (+1.12%) :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 0bf553d...34804ac. Read the comment docs.