linrongbin16 / fzfx.nvim

A Neovim fuzzy finder that updates on every keystroke.
https://linrongbin16.github.io/fzfx.nvim/
MIT License
124 stars 5 forks source link

refactor(lib): migrate to libs #441

Closed linrongbin16 closed 11 months ago

linrongbin16 commented 11 months ago

Regresion test

Platforms

Tasks

codecov[bot] commented 11 months ago

Codecov Report

Attention: 105 lines in your changes are missing coverage. Please review.

Comparison is base (d473b85) 81.59% compared to head (6370396) 80.83%.

Files Patch % Lines
lua/fzfx/config.lua 76.32% 49 Missing :warning:
lua/fzfx/general.lua 48.43% 33 Missing :warning:
lua/fzfx/shell_helpers.lua 60.00% 10 Missing :warning:
lua/fzfx/rpcserver.lua 92.53% 5 Missing :warning:
lua/fzfx/fzf_helpers.lua 82.35% 3 Missing :warning:
lua/fzfx/popup.lua 84.21% 3 Missing :warning:
lua/fzfx/actions.lua 92.85% 1 Missing :warning:
lua/fzfx/ui.lua 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #441 +/- ## ========================================== - Coverage 81.59% 80.83% -0.76% ========================================== Files 25 15 -10 Lines 5210 4368 -842 ========================================== - Hits 4251 3531 -720 + Misses 959 837 -122 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.