JuliaIO / Tar.jl

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

read to the end of tarballs #115

Closed StefanKarpinski closed 3 years ago

StefanKarpinski commented 3 years ago

This includes two changes to fix https://github.com/JuliaIO/ArgTools.jl/issues/20:

There's also an unrelated change to make_test_dir that bit me while making this change.

codecov[bot] commented 3 years ago

Codecov Report

Merging #115 (e3a0a3a) into master (fdeec31) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
- Coverage   96.05%   96.05%   -0.01%     
==========================================
  Files           4        4              
  Lines         685      684       -1     
==========================================
- Hits          658      657       -1     
  Misses         27       27              
Impacted Files Coverage Δ
src/extract.jl 96.58% <100.00%> (-0.01%) :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 fdeec31...e3a0a3a. Read the comment docs.