linrongbin16 / fzfx.nvim

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

feat(buf_live_grep): add 'FzfxBufLiveGrep' #622

Closed linrongbin16 closed 5 months ago

linrongbin16 commented 5 months ago

Resolve #611 .

Regresion test

Platforms

Tasks

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 89.77273% with 27 lines in your changes are missing coverage. Please review.

Project coverage is 78.84%. Comparing base (692e16b) to head (f764632).

Files Patch % Lines
lua/fzfx/cfg/buf_live_grep.lua 84.15% 16 Missing :warning:
lua/fzfx/helper/actions.lua 95.83% 4 Missing :warning:
lua/fzfx/helper/previewer_labels.lua 84.00% 4 Missing :warning:
lua/fzfx/helper/parsers.lua 93.33% 2 Missing :warning:
lua/fzfx/helper/previewers.lua 88.88% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #622 +/- ## ========================================== + Coverage 78.32% 78.84% +0.52% ========================================== Files 51 52 +1 Lines 5721 5980 +259 ========================================== + Hits 4481 4715 +234 - Misses 1240 1265 +25 ```

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