patch 8.2.4904: codecov includes MS-Windows install files

Problem:    codecov includes MS-Windows install files.
Solution:   Ignore dosinst.c and uninstall.c.
This commit is contained in:
Bram Moolenaar
2022-05-07 13:00:42 +01:00
parent 79d599b877
commit 4649c12123
2 changed files with 7 additions and 0 deletions

View File

@ -4,3 +4,8 @@ coverage:
project:
default:
threshold: 0.05%
# Files not run by tests
ignore:
- "src/dosinst.c"
- "src/uninstall.c"