https://github.com/vim/vim/pull/9993
(13 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Merging #9993 (11ca6bb) into master (35dc176) will increase coverage by
0.11%.
The diff coverage is94.11%.
@@ Coverage Diff @@ ## master #9993 +/- ## ========================================== + Coverage 81.81% 81.93% +0.11% ========================================== Files 167 167 Lines 187078 187209 +131 Branches 42131 42200 +69 ========================================== + Hits 153052 153382 +330 + Misses 21659 21484 -175 + Partials 12367 12343 -24
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | 82.33% <88.23%> (+<0.01%) |
⬆️ |
| huge-gcc-none | 82.67% <88.23%> (+<0.01%) |
⬆️ |
| huge-gcc-testgui | 81.13% <82.35%> (?) |
|
| huge-gcc-unittests | 2.01% <0.00%> (+<0.01%) |
⬆️ |
| linux | 83.92% <88.23%> (+0.32%) |
⬆️ |
| mingw-x64-HUGE | 0.00% <0.00%> (?) |
|
| mingw-x64-HUGE-gui | 77.15% <92.85%> (-0.01%) |
⬇️ |
| windows | 75.94% <92.85%> (-1.23%) |
⬇️ |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/vim9cmds.c | 87.38% <0.00%> (-0.02%) |
⬇️ |
| src/clientserver.c | 77.47% <100.00%> (-0.18%) |
⬇️ |
| src/drawline.c | 81.21% <100.00%> (-0.02%) |
⬇️ |
| src/drawscreen.c | 79.81% <100.00%> (ø) |
|
| src/ex_cmds.c | 85.00% <100.00%> (ø) |
|
| src/fileio.c | 76.01% <100.00%> (+0.04%) |
⬆️ |
| src/message.c | 81.56% <100.00%> (+0.12%) |
⬆️ |
| src/misc2.c | 89.68% <100.00%> (+0.70%) |
⬆️ |
| src/ops.c | 90.70% <100.00%> (ø) |
|
| src/quickfix.c | 91.40% <100.00%> (-0.01%) |
⬇️ |
| ... and 62 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 35dc176...11ca6bb. 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.![]()
Thanks. The one in quickfix.c I'm not so sure about, I'll leave it out.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thanks. The one in quickfix.c I'm not so sure about, I'll leave it out.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@yegappan I've stared at the quickfix code for 10 minutes and I don't get it. qi doesn't seem to be used in the function (except for comparisons), how can it change? Mind giving me a quick hint?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
@yegappan I've stared at the quickfix code for 10 minutes and I don't get it.
qidoesn't seem to be used in the function (except for comparisons), how can it change? Mind giving me a quick hint?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Dear lord, how do you even keep track of that? O_O
Anyway, I understand now. Thanks for the help.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
Dear lord, how do you even keep track of that? O_O
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()