JuliaIO / Tar.jl

TAR files: create, list, extract them in pure Julia
MIT License
79 stars 19 forks source link

fix large file handling #126

Closed StefanKarpinski closed 2 years ago

StefanKarpinski commented 2 years ago

Bug discovered by @DilumAluthge. Large file handling was, unsurprisingly, broken since it wasn't tested.

codecov[bot] commented 2 years ago

Codecov Report

Merging #126 (fbfcd2c) into master (e65daff) will increase coverage by 0.76%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
+ Coverage   96.52%   97.28%   +0.76%     
==========================================
  Files           4        4              
  Lines         776      774       -2     
==========================================
+ Hits          749      753       +4     
+ Misses         27       21       -6     
Impacted Files Coverage Δ
src/create.jl 100.00% <100.00%> (+3.15%) :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 e65daff...fbfcd2c. Read the comment docs.