JuliaData / IndexedTables.jl

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

CompatHelper: bump compat for StructArrays to 0.6, (keep existing compat) #297

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the StructArrays package from 0.4.1 to 0.4.1, 0.6. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov[bot] commented 2 years ago

Codecov Report

Merging #297 (fac8b92) into main (e7a908d) will decrease coverage by 5.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #297      +/-   ##
==========================================
- Coverage   87.72%   82.69%   -5.03%     
==========================================
  Files          15       15              
  Lines        1751     1277     -474     
==========================================
- Hits         1536     1056     -480     
- Misses        215      221       +6     
Impacted Files Coverage Δ
src/IndexedTables.jl 60.00% <0.00%> (-25.72%) :arrow_down:
src/tables.jl 42.85% <0.00%> (-14.29%) :arrow_down:
src/collect.jl 62.50% <0.00%> (-12.50%) :arrow_down:
src/indexing.jl 78.21% <0.00%> (-9.04%) :arrow_down:
src/utils.jl 62.87% <0.00%> (-8.65%) :arrow_down:
src/columns.jl 81.77% <0.00%> (-8.48%) :arrow_down:
src/reduce.jl 83.78% <0.00%> (-4.86%) :arrow_down:
src/join.jl 90.30% <0.00%> (-3.70%) :arrow_down:
src/ndsparse.jl 83.63% <0.00%> (-3.50%) :arrow_down:
src/indexedtable.jl 77.30% <0.00%> (-3.33%) :arrow_down:
... and 5 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 e7a908d...fac8b92. Read the comment docs.