linrongbin16 / fzfx.nvim

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

ci(stylua): format code with indentwidht=2 #417

Closed linrongbin16 closed 12 months ago

linrongbin16 commented 12 months ago

Regresion test

Platforms

Tasks

codecov[bot] commented 12 months ago

Codecov Report

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

Comparison is base (a66df42) 82.12% compared to head (0769eda) 82.06%.

Files Patch % Lines
lua/fzfx/general.lua 48.11% 248 Missing :warning:
lua/fzfx/utils.lua 77.88% 90 Missing :warning:
lua/fzfx/popup.lua 62.43% 77 Missing :warning:
lua/fzfx/actions.lua 81.73% 42 Missing :warning:
lua/fzfx/shell_helpers.lua 59.03% 34 Missing :warning:
lua/fzfx/fzf_helpers.lua 87.36% 23 Missing :warning:
lua/fzfx/spawn.lua 77.27% 20 Missing :warning:
lua/fzfx/cmd.lua 86.66% 10 Missing :warning:
lua/fzfx.lua 78.04% 9 Missing :warning:
lua/fzfx/deprecated.lua 43.75% 9 Missing :warning:
... and 7 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #417 +/- ## ========================================== - Coverage 82.12% 82.06% -0.06% ========================================== Files 26 26 Lines 5041 4986 -55 ========================================== - Hits 4140 4092 -48 + Misses 901 894 -7 ```

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