linrongbin16 / fzfx.nvim

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

refactor(previewers): part 16 #733

Closed linrongbin16 closed 5 days ago

linrongbin16 commented 1 week ago

Regresion test

Platforms

Tasks

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 81.32%. Comparing base (4cf7ccd) to head (d6fd067).

Files Patch % Lines
lua/fzfx/helper/previewers.lua 86.25% 11 Missing :warning:
lua/fzfx/cfg/_lsp_locations.lua 60.00% 2 Missing :warning:
lua/fzfx/cfg/buf_live_grep.lua 71.42% 2 Missing :warning:
lua/fzfx/cfg/buffers.lua 60.00% 2 Missing :warning:
lua/fzfx/cfg/files.lua 60.00% 2 Missing :warning:
lua/fzfx/cfg/git_files.lua 60.00% 2 Missing :warning:
lua/fzfx/cfg/git_live_grep.lua 60.00% 2 Missing :warning:
lua/fzfx/cfg/live_grep.lua 60.00% 2 Missing :warning:
lua/fzfx/cfg/lsp_diagnostics.lua 60.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #733 +/- ## ========================================== - Coverage 81.57% 81.32% -0.25% ========================================== Files 57 57 Lines 6459 6485 +26 ========================================== + Hits 5269 5274 +5 - Misses 1190 1211 +21 ```

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