Bram Moolenaar wrote: > Patch 8.1.0428 > Problem: The :suspend command is not tested. > Solution: Add a test. (Dominique Pelle, closes #3472) > Files: src/Make_all.mak, src/testdir/test_alot.vim, > src/testdir/test_suspend.vim
I checked codecov and mch_suspend() in os_unix.c:1350 is still marked as not covered by tests. Yet the new Test_suspend() runs and passes. Any idea why why codecov does not show function mch_suspend() as covered? Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
