linrongbin16 / fzfx.nvim

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

refactor(commons)!: migrate to commons 'paths' modules! #511

Closed linrongbin16 closed 8 months ago

linrongbin16 commented 8 months ago

Regresion test

Platforms

Tasks

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (4729b11) 82.43% compared to head (d019ef2) 81.40%.

:exclamation: Current head d019ef2 differs from pull request most recent head eebc937. Consider uploading reports for the commit eebc937 to get more accurate results

Files Patch % Lines
lua/fzfx/helper/actions.lua 63.15% 7 Missing :warning:
lua/fzfx/detail/general.lua 72.22% 5 Missing :warning:
lua/fzfx/cfg/_lsp_locations.lua 50.00% 4 Missing :warning:
lua/fzfx/cfg/vim_commands.lua 86.20% 4 Missing :warning:
lua/fzfx/cfg/vim_keymaps.lua 90.00% 3 Missing :warning:
lua/fzfx/cfg/live_grep.lua 81.81% 2 Missing :warning:
lua/fzfx/detail/fzf_helpers.lua 60.00% 2 Missing :warning:
lua/fzfx/helper/prompts.lua 33.33% 2 Missing :warning:
lua/fzfx/cfg/git_branches.lua 80.00% 1 Missing :warning:
lua/fzfx/cfg/lsp_diagnostics.lua 83.33% 1 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #511 +/- ## ========================================== - Coverage 82.43% 81.40% -1.04% ========================================== Files 49 46 -3 Lines 5051 4678 -373 ========================================== - Hits 4164 3808 -356 + Misses 887 870 -17 ```

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