linrongbin16 / fzfx.nvim

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

feat(bat): lazy build bat themes #658

Closed linrongbin16 closed 6 months ago

linrongbin16 commented 6 months ago

Regresion test

Platforms

Tasks

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 66.18257% with 163 lines in your changes are missing coverage. Please review.

Project coverage is 78.84%. Comparing base (038a036) to head (a7d366d).

Files Patch % Lines
lua/fzfx/detail/general.lua 51.03% 71 Missing :warning:
lua/fzfx/cfg/_lsp_locations.lua 14.70% 29 Missing :warning:
lua/fzfx/detail/popup/buffer_popup_window.lua 0.00% 23 Missing :warning:
lua/fzfx/detail/popup.lua 0.00% 15 Missing :warning:
lua/fzfx.lua 0.00% 5 Missing :warning:
lua/fzfx/detail/rpcserver.lua 80.00% 5 Missing :warning:
lua/fzfx/cfg/lsp_diagnostics.lua 55.55% 4 Missing :warning:
lua/fzfx/cfg/vim_keymaps.lua 73.33% 4 Missing :warning:
lua/fzfx/detail/bat_helpers.lua 96.42% 3 Missing :warning:
lua/fzfx/detail/fzf_helpers.lua 93.33% 2 Missing :warning:
... and 2 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #658 +/- ## ========================================== - Coverage 78.98% 78.84% -0.14% ========================================== Files 53 53 Lines 6086 6141 +55 ========================================== + Hits 4807 4842 +35 - Misses 1279 1299 +20 ```

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