This is for fixing issue #6149
https://github.com/vim/vim/pull/6312
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
Merging #6312 into master will decrease coverage by
0.14%.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #6312 +/- ## ========================================== - Coverage 87.65% 87.50% -0.15% ========================================== Files 143 143 Lines 158688 155922 -2766 ========================================== - Hits 139091 136442 -2649 + Misses 19597 19480 -117
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/gui.c | 62.77% <0.00%> (-1.25%) |
⬇️ |
| src/mbyte.c | 78.64% <0.00%> (-1.23%) |
⬇️ |
| src/textobject.c | 91.69% <0.00%> (-0.71%) |
⬇️ |
| src/search.c | 90.79% <0.00%> (-0.67%) |
⬇️ |
| src/mouse.c | 77.39% <0.00%> (-0.67%) |
⬇️ |
| src/move.c | 87.55% <0.00%> (-0.66%) |
⬇️ |
| src/if_xcmdsrv.c | 88.13% <0.00%> (-0.60%) |
⬇️ |
| src/ops.c | 91.82% <0.00%> (-0.58%) |
⬇️ |
| src/scriptfile.c | 90.78% <0.00%> (-0.55%) |
⬇️ |
| src/bufwrite.c | 76.44% <0.00%> (-0.53%) |
⬇️ |
| ... and 117 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 38041da...822a38f. Read the comment docs.
I'll include it, but it appears the test passes even without the code change.
it should fail, it certainly did for me:
1 FAILED:
Found errors in Test_clipboard_nul():
Caught exception in Test_clipboard_nul(): Vim(normal):E353: Nothing in register * @ function RunTheTest[39]..Test_clipboard_nul, line 7
on what OS did you test?
Windows 10, built using Mingw 64bit. I suspect the appveyor test should fail with a similar message.