sambitdash / PDFIO.jl

PDF Reader Library for Native Julia.
Other
127 stars 13 forks source link

Using the libraries built by binary builders #75

Closed sambitdash closed 4 years ago

sambitdash commented 4 years ago

Requires: Julia 1.3

codecov[bot] commented 4 years ago

Codecov Report

Merging #75 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   87.78%   87.78%           
=======================================
  Files          30       30           
  Lines        3144     3144           
=======================================
  Hits         2760     2760           
  Misses        384      384
Impacted Files Coverage Δ
src/Inflate.jl 96.34% <ø> (ø) :arrow_up:
src/LibCrypto.jl 88.62% <ø> (ø) :arrow_up:

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 fc528be...ecce789. Read the comment docs.

sambitdash commented 4 years ago

Looks like an issue with ZipFile package.

sambitdash commented 4 years ago

Error in 1.3 of ZipFile is due to https://github.com/JuliaLang/julia/pull/33592. Will get fixed in the final release.