isacikgoz / gitbatch

manage your git repositories in one place
MIT License
1.54k stars 53 forks source link

batch checkout #92

Closed isacikgoz closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #92 into master will decrease coverage by 0.42%. The diff coverage is 22.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
- Coverage   43.65%   43.22%   -0.43%     
==========================================
  Files          29       30       +1     
  Lines        1489     1536      +47     
==========================================
+ Hits          650      664      +14     
- Misses        720      756      +36     
+ Partials      119      116       -3
Impacted Files Coverage Δ
core/command/cmd.go 68% <ø> (ø) :arrow_up:
core/command/diff.go 11.82% <0%> (ø) :arrow_up:
core/git/repository.go 29.33% <0%> (-0.81%) :arrow_down:
core/command/checkout.go 0% <0%> (ø)
main.go 45.45% <0%> (ø) :arrow_up:
core/command/fetch.go 39.17% <10%> (ø) :arrow_up:
core/command/merge.go 48.48% <100%> (ø) :arrow_up:
core/command/commit.go 57.89% <14.28%> (+1.48%) :arrow_up:
core/command/reset.go 39.65% <14.28%> (+0.67%) :arrow_up:
core/command/pull.go 40.5% <14.28%> (+0.5%) :arrow_up:
... and 7 more

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 f46644f...6207853. Read the comment docs.

isacikgoz commented 5 years ago

resolves #72