# HG changeset patch # User Bram Moolenaar # Date 1651926603 -7200 # Node ID 035fbd9bd1c6fafc4f3bade273e5a2599b545d46 # Parent fd565f12ef9c845a555304be03a7018c3ab0836e patch 8.2.4905: codecov includes MS-Windows install header file Commit: https://github.com/vim/vim/commit/3f1cfcb86407c15a3037d5595bb192a00c661303 Author: Bram Moolenaar Date: Sat May 7 13:25:37 2022 +0100 patch 8.2.4905: codecov includes MS-Windows install header file Problem: codecov includes MS-Windows install header file. Solution: Ignore dosinst.h. diff --git a/.codecov.yml b/.codecov.yml --- a/.codecov.yml +++ b/.codecov.yml @@ -8,4 +8,5 @@ coverage: # Files not run by tests ignore: - "src/dosinst.c" + - "src/dosinst.h" - "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 */ /**/ + 4905, +/**/ 4904, /**/ 4903,