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 'numbers' module! #504

Closed linrongbin16 closed 8 months ago

linrongbin16 commented 9 months ago

Regresion test

Platforms

Tasks

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (c3ea764) 82.91% compared to head (3d35396) 82.43%.

Files Patch % Lines
lua/fzfx/detail/popup.lua 53.44% 27 Missing :warning:
lua/fzfx/cfg/file_explorer.lua 30.00% 7 Missing :warning:
lua/fzfx/lib/shells.lua 50.00% 6 Missing :warning:
lua/fzfx/cfg/git_blame.lua 66.66% 2 Missing :warning:
lua/fzfx/cfg/buffers.lua 87.50% 1 Missing :warning:
lua/fzfx/cfg/git_status.lua 66.66% 1 Missing :warning:
lua/fzfx/detail/general.lua 50.00% 1 Missing :warning:
lua/fzfx/lib/bufs.lua 88.88% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #504 +/- ## ========================================== - Coverage 82.91% 82.43% -0.48% ========================================== Files 49 49 Lines 5145 5051 -94 ========================================== - Hits 4266 4164 -102 - Misses 879 887 +8 ```

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