https://github.com/vim/vim/pull/6052
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
Merging #6052 into master will increase coverage by
0.09%.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #6052 +/- ## ========================================== + Coverage 87.09% 87.18% +0.09% ========================================== Files 142 142 Lines 156612 156609 -3 ========================================== + Hits 136395 136542 +147 + Misses 20217 20067 -150
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/vim9execute.c | 92.26% <0.00%> (-1.61%) |
⬇️ |
| src/gui.c | 63.30% <0.00%> (-0.56%) |
⬇️ |
| src/sign.c | 94.77% <0.00%> (-0.26%) |
⬇️ |
| src/gui_gtk_x11.c | 57.73% <0.00%> (-0.10%) |
⬇️ |
| src/os_unix.c | 69.56% <0.00%> (-0.02%) |
⬇️ |
| src/window.c | 89.26% <0.00%> (ø) |
|
| src/version.c | 92.13% <0.00%> (ø) |
|
| src/userfunc.c | 93.09% <0.00%> (+<0.01%) |
⬆️ |
| src/evalvars.c | 95.26% <0.00%> (+0.01%) |
⬆️ |
| src/screen.c | 85.35% <0.00%> (+0.04%) |
⬆️ |
| ... and 15 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 7d131b0...3257637. Read the comment docs.
Just one test is failing. Is it flaky?
Just one test is failing. Is it flaky?
If it's about using the selection, perhaps some X request was delayed? Just guessing.
—
You are receiving this because you commented.
If it's about using the selection, perhaps some X request was delayed? Just guessing.