# HG changeset patch # User Bram Moolenaar # Date 1651925702 -7200 # Node ID 8bb342f944d31c9883f4349ad9c0790d94f08c05 # Parent a2af10318a207e787d9536da3d4040ca3db3a4f1 patch 8.2.4904: codecov includes MS-Windows install files Commit: https://github.com/vim/vim/commit/4649c121232ac65ccfea4ed1235630c7fe81e286 Author: Bram Moolenaar Date: Sat May 7 13:00:42 2022 +0100 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4904, +/**/ 4903, /**/ 4902,