isacikgoz / gitbatch

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

update go-git to v5 #108

Closed isacikgoz closed 3 years ago

isacikgoz commented 3 years ago

This PR updates the go-git dependency to v5 also some updates on other dependencies as well.

codecov[bot] commented 3 years ago

Codecov Report

Merging #108 into master will decrease coverage by 0.61%. The diff coverage is 38.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
- Coverage   45.19%   44.58%   -0.62%     
==========================================
  Files          30       29       -1     
  Lines        1467     1440      -27     
==========================================
- Hits          663      642      -21     
+ Misses        687      684       -3     
+ Partials      117      114       -3     
Impacted Files Coverage Δ
internal/command/commit.go 59.45% <ø> (ø)
internal/command/diff.go 11.82% <ø> (ø)
internal/command/fetch.go 39.36% <ø> (ø)
internal/command/pull.go 41.33% <ø> (ø)
internal/command/reset.go 41.07% <ø> (ø)
internal/git/branch.go 55.76% <ø> (ø)
internal/git/commit.go 0.00% <ø> (ø)
internal/git/remotebranch.go 81.81% <ø> (ø)
internal/git/repository.go 31.50% <ø> (ø)
internal/git/sort.go 2.38% <ø> (ø)
... and 4 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 8582768...4e0a321. Read the comment docs.