https://github.com/vim/vim/pull/9950
(5 files)
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
Merging #9950 (a4f17d3) into master (5c68617) will increase coverage by
4.90%.
The diff coverage is92.10%.
@@ Coverage Diff @@ ## master #9950 +/- ## ========================================== + Coverage 75.93% 80.84% +4.90% ========================================== Files 151 152 +1 Lines 146483 174272 +27789 Branches 38160 39514 +1354 ========================================== + Hits 111235 140882 +29647 + Misses 23518 20742 -2776 - Partials 11730 12648 +918
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | 82.30% <94.59%> (?) |
|
| huge-gcc-unittests | 2.01% <0.00%> (?) |
|
| linux | 80.84% <92.10%> (?) |
|
| mingw-x64-HUGE | ? |
|
| mingw-x64-HUGE-gui | ? |
|
| windows | ? |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/usercmd.c | 89.44% <ø> (-0.25%) |
⬇️ |
| src/cmdexpand.c | 86.98% <91.89%> (-0.67%) |
⬇️ |
| src/spellsuggest.c | 88.19% <100.00%> (+0.14%) |
⬆️ |
| src/gui_xim.c | 21.35% <0.00%> (-63.83%) |
⬇️ |
| src/typval.c | 84.35% <0.00%> (-9.16%) |
⬇️ |
| src/arabic.c | 84.78% <0.00%> (-7.33%) |
⬇️ |
| src/vim9instr.c | 75.79% <0.00%> (-7.26%) |
⬇️ |
| src/regexp_bt.c | 78.25% <0.00%> (-6.79%) |
⬇️ |
| src/vim9execute.c | 81.69% <0.00%> (-5.79%) |
⬇️ |
| src/vim9cmds.c | 84.71% <0.00%> (-4.63%) |
⬇️ |
| ... and 157 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 5c68617...a4f17d3. Read the comment docs.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thank you very much for implementing this.
Relevant todo item:
Implement completion for "breakadd". Should expand the second argument, e.g.
"func", and then function names after ":breakadd func". Including
script-local functions.
Also for ":profile".
At some point, it would be nice to also provide completions for :profile file and :profile func.
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
Thank you very much for implementing this.
Relevant todo item:
Implement completion for "breakadd". Should expand the second argument, e.g.
"func", and then function names after ":breakadd func". Including
script-local functions.
Also for ":profile".At some point, it would be nice to also provide completions for
:profile fileand:profile func.
—
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()