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 macOS git version detection #69

Closed igas closed 5 years ago

igas commented 5 years ago

Closes #68

codecov[bot] commented 5 years ago

Codecov Report

Merging #69 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   52.94%   52.94%           
=======================================
  Files           1        1           
  Lines         255      255           
  Branches       48       48           
=======================================
  Hits          135      135           
  Misses        100      100           
  Partials       20       20
Impacted Files Coverage Δ
git_archive_all.py 52.94% <100%> (ø) :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 c429996...4e64015. Read the comment docs.

Kentzo commented 5 years ago

Thank you!