From 4649c121232ac65ccfea4ed1235630c7fe81e286 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 7 May 2022 13:00:42 +0100 Subject: patch 8.2.4904: codecov includes MS-Windows install files Problem: codecov includes MS-Windows install files. Solution: Ignore dosinst.c and uninstall.c. --- .codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.codecov.yml') 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" -- cgit v1.2.3