view .codecov.yml @ 34579:4ad44ed6719d

runtime(doc): clarify close behaviour for :term Commit: https://github.com/vim/vim/commit/0e17f7e97290f81ff55743ab5cdc69ef118be080 Author: Christian Brabandt <cb@256bit.org> Date: Sun Mar 17 20:14:25 2024 +0100 runtime(doc): clarify close behaviour for :term closes: https://github.com/vim/vim/issues/14207 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Mar 2024 20:30: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"