summaryrefslogtreecommitdiff
path: root/.codecov.yml
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-07 13:25:37 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-07 13:25:37 +0100
commit3f1cfcb86407c15a3037d5595bb192a00c661303 (patch)
tree4fb8ef5a5a5c6c78ad6925334b581469b470faaa /.codecov.yml
parent4649c121232ac65ccfea4ed1235630c7fe81e286 (diff)
downloadvim-git-3f1cfcb86407c15a3037d5595bb192a00c661303.tar.gz
patch 8.2.4905: codecov includes MS-Windows install header filev8.2.4905
Problem: codecov includes MS-Windows install header file. Solution: Ignore dosinst.h.
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
index 7c6c8f33e..8ce62c581 100644
--- 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"