To: vim_dev@googlegroups.com Subject: Patch 8.2.4904 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4904 Problem: codecov includes MS-Windows install files. Solution: Ignore dosinst.c and uninstall.c. Files: .codecov.yml *** ../vim-8.2.4903/.codecov.yml 2021-01-14 16:54:20.431688961 +0000 --- .codecov.yml 2022-05-07 12:58:34.553811503 +0100 *************** *** 4,6 **** --- 4,11 ---- project: default: threshold: 0.05% + + # Files not run by tests + ignore: + - "src/dosinst.c" + - "src/uninstall.c" *** ../vim-8.2.4903/src/version.c 2022-05-07 12:48:24.074194794 +0100 --- src/version.c 2022-05-07 13:00:09.481752826 +0100 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4904, /**/ -- "Microsoft is like Coke. It's a secret formula, all the money is from distribution, and their goal is to get Coke everywhere. Open source is like selling water. There are water companies like Perrier and Poland Spring, but you're competing with something that's free." -- Carl Howe /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///