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

fix(log): fix logging level initialize #543

Closed linrongbin16 closed 8 months ago

linrongbin16 commented 8 months ago

Regresion test

Platforms

Tasks

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (abf4920) 80.30% compared to head (9551b1e) 80.05%.

Files Patch % Lines
lua/fzfx/detail/rpcserver.lua 7.14% 13 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #543 +/- ## ========================================== - Coverage 80.30% 80.05% -0.26% ========================================== Files 45 45 Lines 4474 4488 +14 ========================================== Hits 3593 3593 - Misses 881 895 +14 ```

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

linrongbin16 commented 8 months ago

Fix #539