JuliaFolds2 / ChunkSplitters.jl

Simple chunk splitters for parallel loop executions
MIT License
40 stars 5 forks source link

Drop Compat dependency + Update CI #44

Closed carstenbauer closed 1 day ago

carstenbauer commented 1 day ago

IMO, it is not worth it just for the public keyword. We can use the recommendation from https://docs.julialang.org/en/v1.12-dev/manual/modules/#Export-lists instead.

codecov-commenter commented 1 day ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.27%. Comparing base (eb1e0a6) to head (594c06e). Report is 7 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #44 +/- ## ========================================== + Coverage 94.00% 95.27% +1.27% ========================================== Files 2 2 Lines 250 233 -17 ========================================== - Hits 235 222 -13 + Misses 15 11 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

carstenbauer commented 1 day ago

I've updated the CI config to now test lts, the latest 1.x release, and pre.