Dominique Pellé wrote: > Bram Moolenaar <[email protected]> wrote: > > > Patch 7.4.2183 > > Problem: Sign tests are old style. > > Solution: Turn them into new style tests. (Dominique Pelle) > > Files: src/Makefile, src/testdir/Make_all.mak, > > src/testdir/test_signs.in, > > src/testdir/test_signs.ok, src/testdir/test_signs.vim, > > Strange, this patch was meant to increase test coverage but > according to https://coveralls.io/github/vim/vim?branch=master > coverage dropped from 66.37% to 65.88% with this patch!? > > I'm not sure why. The new test should test more than the old one. > Ah, I see that the new test does not test sign with split window. > I'll add that soon, but I don't think it explains loosing ~0.5% overall.
Also keep in mind that there were some failures (some git error) which cause the coverage tests to run with a different set of features. And sometimes the coverage increases some time later... -- An alien life briefly visits earth. Just before departing it leaves a message in the dust on the back of a white van. The world is shocked and wants to know what it means. After months of studies the worlds best linguistic scientists are able to decipher the message: "Wash me!". /// 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.
