r-lib / zip

Platform independent zip compression via miniz
https://r-lib.github.io/zip/
Other
83 stars 19 forks source link

Zip permissions #19

Closed gaborcsardi closed 5 years ago

gaborcsardi commented 5 years ago

This is on top of #14.

Closes #15.

codecov-io commented 5 years ago

Codecov Report

Merging #19 into master will increase coverage by 48.46%. The diff coverage is 78.75%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #19       +/-   ##
===========================================
+ Coverage    37.2%   85.66%   +48.46%     
===========================================
  Files           5        5               
  Lines        3634      307     -3327     
===========================================
- Hits         1352      263     -1089     
+ Misses       2282       44     -2238
Impacted Files Coverage Δ
src/init.c 100% <ø> (ø) :arrow_up:
R/zip.R 100% <100%> (ø) :arrow_up:
R/utils.R 97.4% <100%> (+0.03%) :arrow_up:
R/assertions.R 100% <100%> (ø)
src/rzip.c 77.29% <75.88%> (-3.84%) :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 a6b5790...81fbf56. Read the comment docs.