JuliaData / IndexedTables.jl

Flexible tables with ordered indices
https://juliadb.org
MIT License
121 stars 37 forks source link

Update one more link in README after move to JuliaData #287

Closed robert-wright closed 3 years ago

robert-wright commented 3 years ago

I noticed a broken link in the README to the docs which I updated in this PR.

codecov[bot] commented 3 years ago

Codecov Report

Merging #287 (7e8d05c) into main (2e97b48) will increase coverage by 0.24%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #287      +/-   ##
==========================================
+ Coverage   87.43%   87.67%   +0.24%     
==========================================
  Files          15       15              
  Lines        1695     1737      +42     
==========================================
+ Hits         1482     1523      +41     
- Misses        213      214       +1     
Impacted Files Coverage Δ
src/IndexedTables.jl 83.33% <0.00%> (-2.39%) :arrow_down:
src/reduce.jl 88.63% <0.00%> (-0.60%) :arrow_down:
src/indexedtable.jl 80.52% <0.00%> (-0.02%) :arrow_down:
src/reshape.jl 100.00% <0.00%> (ø)
src/join.jl 93.91% <0.00%> (+0.14%) :arrow_up:
src/utils.jl 71.33% <0.00%> (+0.18%) :arrow_up:
src/flatten.jl 97.24% <0.00%> (+0.20%) :arrow_up:
src/ndsparse.jl 87.05% <0.00%> (+0.23%) :arrow_up:
src/columns.jl 90.12% <0.00%> (+0.32%) :arrow_up:
src/sortperm.jl 92.50% <0.00%> (+0.39%) :arrow_up:
... and 2 more

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 2e97b48...7e8d05c. Read the comment docs.