summaryrefslogtreecommitdiff
path: root/.codecov.yml
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-07 13:00:42 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-07 13:00:42 +0100
commit4649c121232ac65ccfea4ed1235630c7fe81e286 (patch)
tree1a2acaf239a7a687398ed21055e7b5aebdfaedd9 /.codecov.yml
parent79d599b8772022af1d657f368c2fc97aa342c0da (diff)
downloadvim-git-4649c121232ac65ccfea4ed1235630c7fe81e286.tar.gz
patch 8.2.4904: codecov includes MS-Windows install filesv8.2.4904
Problem: codecov includes MS-Windows install files. Solution: Ignore dosinst.c and uninstall.c.
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
index 6140fe966..7c6c8f33e 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"