From: Bram Moolenaar Date: Sat, 7 May 2022 12:00:42 +0000 (+0100) Subject: patch 8.2.4904: codecov includes MS-Windows install files X-Git-Tag: v8.2.4904 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4649c121232ac65ccfea4ed1235630c7fe81e286;p=thirdparty%2Fvim.git patch 8.2.4904: codecov includes MS-Windows install files Problem: codecov includes MS-Windows install files. Solution: Ignore dosinst.c and uninstall.c. --- diff --git a/.codecov.yml b/.codecov.yml index 6140fe9669..7c6c8f33e1 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,3 +4,8 @@ coverage: project: default: threshold: 0.05% + +# Files not run by tests +ignore: + - "src/dosinst.c" + - "src/uninstall.c" diff --git a/src/version.c b/src/version.c index 9ec5e3174d..d39abf971d 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4904, /**/ 4903, /**/