view .codecov.yml @ 33911:54d29fec32e1

runtime(doc): re-generate helptags Commit: https://github.com/vim/vim/commit/1ec115c92c16f1557719d9da0a09e88989f511f3 Author: Christian Brabandt <cb@256bit.org> Date: Mon Dec 11 17:32:09 2023 +0100 runtime(doc): re-generate helptags Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 11 Dec 2023 17:45:03 +0100
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"