Kentzo / git-archive-all

A python script wrapper for git-archive that archives a git superproject and its submodules, if it has any. Takes into account .gitattributes
MIT License
372 stars 81 forks source link

Add option to specify compression level. #56

Closed Kentzo closed 5 years ago

Kentzo commented 6 years ago

Refs #54

codecov[bot] commented 6 years ago

Codecov Report

Merging #56 into master will increase coverage by 20.25%. The diff coverage is 26.31%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #56       +/-   ##
===========================================
+ Coverage   31.22%   51.47%   +20.25%     
===========================================
  Files           1        1               
  Lines         269      169      -100     
  Branches       28       33        +5     
===========================================
+ Hits           84       87        +3     
+ Misses        171       67      -104     
- Partials       14       15        +1
Impacted Files Coverage Δ
git_archive_all.py 51.47% <26.31%> (+20.25%) :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 f765a0b...e641f12. Read the comment docs.