This PR tests additional command line arguments:
-m: reset 'write'
-M: reset 'modifiable' and 'write'
-R: set 'readonly'
-V[N]{filename}: set 'verbose' to N and set 'verbosefile' to {filename}.
https://github.com/vim/vim/pull/3458
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
Merging #3458 into master will increase coverage by
0.92%.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #3458 +/- ## ========================================== + Coverage 76.17% 77.09% +0.92% ========================================== Files 95 99 +4 Lines 132246 138955 +6709 ========================================== + Hits 100742 107134 +6392 - Misses 31504 31821 +317
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/version.c | 86.09% <0%> (-1.41%) |
⬇️ |
| src/libvterm/src/rect.h | 0% <0%> (ø) |
⬆️ |
| src/libvterm/src/unicode.c | 100% <0%> (ø) |
⬆️ |
| src/libvterm/src/mouse.c | 0% <0%> (ø) |
⬆️ |
| src/crypt_zip.c | 100% <0%> (ø) |
⬆️ |
| src/libvterm/src/vterm_internal.h | 0% <0%> (ø) |
⬆️ |
| src/libvterm/include/vterm.h | 0% <0%> (ø) |
⬆️ |
| src/json_test.c | 100% <0%> (ø) |
|
| src/memfile_test.c | 100% <0%> (ø) |
|
| src/kword_test.c | 66.66% <0%> (ø) |
|
| ... and 89 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 933bef7...92b8bd4. Read the comment docs.