ezbz / gitlabber

Gitlabber - clones or pulls entire groups tree from gitlab
MIT License
472 stars 78 forks source link

support cloning/updating git submodules #53

Closed ezbz closed 3 years ago

ezbz commented 3 years ago

support for git submodules recursive using --recursive for cloning and GitPython smart recursive submodule pulling

Fixes #52

codecov[bot] commented 3 years ago

Codecov Report

Merging #53 (46342a1) into master (e05ec3b) will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   95.61%   95.70%   +0.08%     
==========================================
  Files           9        9              
  Lines         342      349       +7     
==========================================
+ Hits          327      334       +7     
  Misses         15       15              
Impacted Files Coverage Δ
gitlabber/__init__.py 100.00% <100.00%> (ø)
gitlabber/cli.py 94.80% <100.00%> (+0.06%) :arrow_up:
gitlabber/git.py 92.18% <100.00%> (+0.66%) :arrow_up:
gitlabber/gitlab_tree.py 97.76% <100.00%> (+0.01%) :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 e05ec3b...46342a1. Read the comment docs.