notomo / gesture.nvim

Mouse gesture plugin for neovim
MIT License
527 stars 2 forks source link

Add start point context #12

Closed notomo closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.4%. The diff coverage is 84%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #12     +/-   ##
=========================================
+ Coverage   74.87%   75.28%   +0.4%     
=========================================
  Files          16       18      +2     
  Lines         414      437     +23     
  Branches       60       61      +1     
=========================================
+ Hits          310      329     +19     
- Misses        104      108      +4
Impacted Files Coverage Δ
src/command.ts 100% <ø> (ø) :arrow_up:
src/recognizer.ts 100% <100%> (ø) :arrow_up:
src/repository/cursor.ts 100% <100%> (ø)
src/context.ts 100% <100%> (ø)
src/di.ts 47.72% <33.33%> (-2.28%) :arrow_down:

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 1767e11...852d54b. Read the comment docs.