JuliaIO / GZip.jl

A Julia interface for gzip functions in zlib
https://juliaio.github.io/GZip.jl/dev
MIT License
39 stars 30 forks source link

Simplify some of the dispatch messiness in #90 #103

Closed ViralBShah closed 1 year ago

ViralBShah commented 1 year ago

Possible since we have os/arch specific wrappers now.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 75.00% and no project coverage change.

Comparison is base (57cff17) 9.97% compared to head (5d48030) 9.98%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #103 +/- ## ====================================== Coverage 9.97% 9.98% ====================================== Files 17 17 Lines 2375 2374 -1 ====================================== Hits 237 237 + Misses 2138 2137 -1 ``` | [Files Changed](https://app.codecov.io/gh/JuliaIO/GZip.jl/pull/103?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO) | Coverage Δ | | |---|---|---| | [src/zlib.jl](https://app.codecov.io/gh/JuliaIO/GZip.jl/pull/103?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL3psaWIuamw=) | `0.00% <ø> (ø)` | | | [src/gz.jl](https://app.codecov.io/gh/JuliaIO/GZip.jl/pull/103?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2d6Lmps) | `74.28% <75.00%> (+0.42%)` | :arrow_up: |

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