BioJulia / Libz.jl

Fast, flexible zlib bindings.
Other
27 stars 17 forks source link

Backwards compatibility with 0.2 releases for zstream init functions #63

Closed GunnarFarneback closed 6 years ago

GunnarFarneback commented 6 years ago

An attempt to fix compatibility problems with 0.2.x releases, which were made off a branch, but admittedly a bit of a stab in the dark.

codecov-io commented 6 years ago

Codecov Report

Merging #63 into master will decrease coverage by 5.62%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   85.99%   80.36%   -5.63%     
==========================================
  Files           6        6              
  Lines         257      275      +18     
==========================================
  Hits          221      221              
- Misses         36       54      +18
Impacted Files Coverage Δ
src/sink.jl 79.51% <0%> (-8.49%) :arrow_down:
src/source.jl 80% <0%> (-9.56%) :arrow_down:
src/lowlevel.jl 84.52% <0%> (-2.07%) :arrow_down:

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 d0b2a2e...b8cf648. Read the comment docs.

TransGirlCodes commented 6 years ago

@GunnarFarneback LGTM

GunnarFarneback commented 6 years ago

Maybe try a new release as well to see if METADATA will accept it?