view .codecov.yml @ 34900:8ca8c94914e3 v9.1.0311

patch 9.1.0311: filetype: Some config files are not recognized Commit: https://github.com/vim/vim/commit/a1dcd76ce791b5b8bd093765a99b71aa163300a5 Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Fri Apr 12 18:46:05 2024 +0200 patch 9.1.0311: filetype: Some config files are not recognized Problem: Some config files are not recognized Solution: Add some patterns for chktex, ripgreprc and ctags config files. See: https://www.nongnu.org/chktex/ See: https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#configuration-file See: https://docs.ctags.io/en/latest/option-file.html#order-of-loading-option-files closes: #14506 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Apr 2024 19:00:04 +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"