I finally found the magic chant to have Travis CI also run the GUI test. This is by enabling a virtual framebuffer.
The test coverage nicely increased by almost 2 percent. However, lots of the GUI code is still not covered. It should be fairly easy to add a few GUI-specific tests and increase test coverage. Someone interested? You can see the current "missed lines" on Coveralls: https://coveralls.io/github/vim/vim?branch=master Look for a high "Missed" lines count rather than percentages. When looking at the files the "partially covered" lines mess up the display. I'm using the Stylebot extension to hide them with: td.coverage { display: none; } -- hundred-and-one symptoms of being an internet addict: 16. You step out of your room and realize that your parents have moved and you don't have a clue when it happened. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
