git-octopus
git-octopus copied to clipboard
Cobra migration
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
.
Codecov Report
Merging #40 into master will decrease coverage by
0.13%
. The diff coverage is100%
.
@@ 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.
Push --force 0d6d73f : Rebase master and port any new code merged in master to migrated files.