https://github.com/vim/vim/pull/5567
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
Appears to fail on FreeBSD:
Failures:
From test_help.vim:
Found errors in Test_helptag_cmd():
function RunTheTest[40]..Test_helptag_cmd line 17: command did not fail: helptags Xdir
function RunTheTest[40]..Test_helptag_cmd line 22: command did not fail: helptags Xdir
Appears to fail on FreeBSD:
Failures:
From test_help.vim:
Found errors in Test_helptag_cmd():
function RunTheTest[40]..Test_helptag_cmd line 17: command did not fail: helptags Xdir
function RunTheTest[40]..Test_helptag_cmd line 22: command did not fail: helptags Xdir
Merging #5567 into master will decrease coverage by
0.12%.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #5567 +/- ## ========================================== - Coverage 82.93% 82.81% -0.13% ========================================== Files 137 137 Lines 151835 149206 -2629 ========================================== - Hits 125927 123562 -2365 + Misses 25908 25644 -264
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/libvterm/src/unicode.c | 82.6% <0%> (-6.53%) |
⬇️ |
| src/search.c | 81.29% <0%> (-0.83%) |
⬇️ |
| src/gui.c | 62.91% <0%> (-0.73%) |
⬇️ |
| src/mouse.c | 76.07% <0%> (-0.72%) |
⬇️ |
| src/screen.c | 83.92% <0%> (-0.71%) |
⬇️ |
| src/move.c | 86.9% <0%> (-0.68%) |
⬇️ |
| src/profiler.c | 94.03% <0%> (-0.65%) |
⬇️ |
| src/ops.c | 89.05% <0%> (-0.62%) |
⬇️ |
| src/scriptfile.c | 89.65% <0%> (-0.56%) |
⬇️ |
| src/debugger.c | 93.58% <0%> (-0.53%) |
⬇️ |
| ... and 111 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 0f18b6d...29f979a. Read the comment docs.
—
You are receiving this because you commented.