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): install commons library #492

Closed linrongbin16 closed 9 months ago

linrongbin16 commented 9 months ago

Regresion test

Platforms

Tasks

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (be08a30) 82.34% compared to head (3c13601) 83.17%.

Files Patch % Lines
lua/fzfx/lib/log.lua 94.11% 4 Missing :warning:
lua/fzfx/detail/general.lua 75.00% 3 Missing :warning:
lua/fzfx/lib/colors.lua 87.50% 2 Missing :warning:
lua/fzfx.lua 75.00% 1 Missing :warning:
lua/fzfx/cfg/lsp_diagnostics.lua 66.66% 1 Missing :warning:
lua/fzfx/detail/fzf_helpers.lua 50.00% 1 Missing :warning:
lua/fzfx/detail/popup.lua 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #492 +/- ## ========================================== + Coverage 82.34% 83.17% +0.82% ========================================== Files 52 52 Lines 5455 5259 -196 ========================================== - Hits 4492 4374 -118 + Misses 963 885 -78 ```

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