view .codecov.yml @ 34863:6e66a52748d0

add runtime/doc/tags-* to ignore files (#14479) Commit: https://github.com/vim/vim/commit/b988c7a95f5ddb1f665a3fc7f0bcf2b08145693b Author: shane.xb.qian <shane.qian@foxmail.com> Date: Wed Apr 10 17:15:34 2024 +0200 add runtime/doc/tags-* to ignore files (https://github.com/vim/vim/issues/14479) closes: https://github.com/vim/vim/issues/14479 Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Apr 2024 17:30:03 +0200
parents 0b8312c5dfe0
children
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%

comment: false

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"