neovim-qt icon indicating copy to clipboard operation
neovim-qt copied to clipboard

[WIP] Fix Clazy Warning: clazy-no-inefficient-qlist-soft

Open jgehrig opened this issue 2 years ago • 1 comments

This change impacts auto-generated code.

Experimenting with how aggressively to modify the various code-paths.

jgehrig avatar Jul 31 '21 06:07 jgehrig

Codecov Report

Merging #908 (9025e92) into master (a8d7d71) will increase coverage by 3.61%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #908      +/-   ##
==========================================
+ Coverage   21.71%   25.32%   +3.61%     
==========================================
  Files          78       79       +1     
  Lines       28943    25157    -3786     
==========================================
+ Hits         6284     6372      +88     
+ Misses      22659    18785    -3874     
Impacted Files Coverage Δ
src/auto/neovimapi0.cpp 23.59% <ø> (+4.29%) :arrow_up:
src/auto/neovimapi0.h 0.00% <ø> (ø)
src/auto/neovimapi1.cpp 17.50% <ø> (+3.18%) :arrow_up:
src/auto/neovimapi1.h 0.00% <ø> (ø)
src/auto/neovimapi2.cpp 14.92% <ø> (+2.76%) :arrow_up:
src/auto/neovimapi2.h 0.00% <ø> (ø)
src/auto/neovimapi3.cpp 14.02% <ø> (+2.61%) :arrow_up:
src/auto/neovimapi3.h 0.00% <ø> (ø)
src/auto/neovimapi4.cpp 14.18% <ø> (+2.61%) :arrow_up:
src/auto/neovimapi4.h 0.00% <ø> (ø)
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a8d7d71...9025e92. Read the comment docs.

codecov-commenter avatar Jul 31 '21 14:07 codecov-commenter