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

Fix reading attributes on Git < 1.8.5 #67

Closed Kentzo closed 5 years ago

Kentzo commented 5 years ago

Fixes #65

codecov[bot] commented 5 years ago

Codecov Report

Merging #67 into master will decrease coverage by 5.54%. The diff coverage is 40.98%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
- Coverage   58.49%   52.94%   -5.55%     
==========================================
  Files           1        1              
  Lines         212      255      +43     
  Branches       41       48       +7     
==========================================
+ Hits          124      135      +11     
- Misses         71      100      +29     
- Partials       17       20       +3
Impacted Files Coverage Δ
git_archive_all.py 52.94% <40.98%> (-5.55%) :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 c558c3c...40de44f. Read the comment docs.