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

perf(lsp locations): dedup lsp references results #587

Closed linrongbin16 closed 6 months ago

linrongbin16 commented 6 months ago

Fix #585 .

Regresion test

Platforms

Tasks

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (b7c580f) 77.74% compared to head (76dd2a4) 77.51%.

:exclamation: Current head 76dd2a4 differs from pull request most recent head 40b6404. Consider uploading reports for the commit 40b6404 to get more accurate results

Files Patch % Lines
lua/fzfx/cfg/_lsp_locations.lua 27.02% 27 Missing :warning:
lua/fzfx/detail/popup/buffer_popup_window.lua 20.00% 4 Missing :warning:
lua/fzfx/detail/general.lua 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #587 +/- ## ========================================== - Coverage 77.74% 77.51% -0.24% ========================================== Files 51 51 Lines 5757 5759 +2 ========================================== - Hits 4476 4464 -12 - Misses 1281 1295 +14 ```

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