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

Spawn the git check-attr process only once per repo. #53

Closed Kentzo closed 5 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #53 into master will increase coverage by 8.83%. The diff coverage is 89.02%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   31.22%   40.06%   +8.83%     
==========================================
  Files           1        1              
  Lines         269      307      +38     
  Branches       28       38      +10     
==========================================
+ Hits           84      123      +39     
+ Misses        171      168       -3     
- Partials       14       16       +2
Impacted Files Coverage Δ
git_archive_all.py 40.06% <89.02%> (+8.83%) :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...7c8dab7. Read the comment docs.