git-octopus icon indicating copy to clipboard operation
git-octopus copied to clipboard

Cobra migration

Open hvihvi opened this issue 7 years ago • 2 comments

The goal is to have a more extendable octopus toolbox, and a better CLI syntax (the one enforced by cobra).

It should migrate the syntax from git-octopus -args param to octopus merge -args params.


This change is Reviewable

hvihvi avatar Jul 07 '17 13:07 hvihvi

Codecov Report

Merging #40 into master will decrease coverage by 0.13%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage   94.82%   94.69%   -0.14%     
==========================================
  Files           4        4              
  Lines         174      132      -42     
==========================================
- Hits          165      125      -40     
+ Misses          5        4       -1     
+ Partials        4        3       -1
Impacted Files Coverage Δ
octopus/git/git.go 100% <ø> (ø)
octopus/merge/matcher.go 100% <ø> (ø)
octopus/merge/config.go 100% <100%> (ø)
octopus/merge/merge.go 90.41% <100%> (ø)

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 05ad486...8c149cb. Read the comment docs.

codecov-io avatar Jul 08 '17 16:07 codecov-io

Push --force 0d6d73f : Rebase master and port any new code merged in master to migrated files.

hvihvi avatar Jul 11 '17 13:07 hvihvi