isacikgoz / gitbatch

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

Improve code quality #113

Closed isacikgoz closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #113 (027064c) into master (6450cf0) will decrease coverage by 0.73%. The diff coverage is 32.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #113      +/-   ##
==========================================
- Coverage   42.86%   42.13%   -0.74%     
==========================================
  Files          29       30       +1     
  Lines        1297     1329      +32     
==========================================
+ Hits          556      560       +4     
- Misses        629      655      +26     
- Partials      112      114       +2     
Impacted Files Coverage Δ
internal/command/commit.go 58.82% <0.00%> (ø)
internal/command/status.go 56.60% <ø> (ø)
internal/git/commit.go 0.00% <0.00%> (ø)
internal/git/remote.go 66.66% <0.00%> (-9.81%) :arrow_down:
internal/git/stash.go 28.98% <0.00%> (ø)
internal/git/repository.go 27.94% <12.50%> (-3.81%) :arrow_down:
internal/app/config.go 61.70% <33.33%> (-5.74%) :arrow_down:
internal/git/helper.go 36.66% <36.66%> (ø)
internal/git/branch.go 55.63% <50.00%> (+1.15%) :arrow_up:
internal/command/fetch.go 36.36% <66.66%> (-1.42%) :arrow_down:
... 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 6450cf0...027064c. Read the comment docs.