ezbz / gitlabber

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

add support for archive flagging #55

Closed ezbz closed 3 years ago

ezbz commented 3 years ago

add support for archive flagging using python-gitlab flag which allows including archived projects (none), omitting archived projects (false) and fetching only archived projects (true)

Fixes #47

codecov[bot] commented 3 years ago

Codecov Report

Merging #55 (e493beb) into master (4b692b9) will increase coverage by 2.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   95.70%   97.83%   +2.13%     
==========================================
  Files           9       10       +1     
  Lines         349      370      +21     
==========================================
+ Hits          334      362      +28     
+ Misses         15        8       -7     
Impacted Files Coverage Δ
gitlabber/archive.py 100.00% <100.00%> (ø)
gitlabber/cli.py 100.00% <100.00%> (+5.19%) :arrow_up:
gitlabber/gitlab_tree.py 97.77% <100.00%> (+0.01%) :arrow_up:
gitlabber/format.py 100.00% <0.00%> (+6.66%) :arrow_up:
gitlabber/method.py 100.00% <0.00%> (+7.14%) :arrow_up:
gitlabber/naming.py 100.00% <0.00%> (+7.14%) :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 4b692b9...e493beb. Read the comment docs.