view .codecov.yml @ 35664:1202b136e3e5

runtime(doc): remove obsolete Ex insert behavior Commit: https://github.com/vim/vim/commit/74703f1086e7815f356123736666d9930db8683a Author: Mohamed Akram <mohd.akram@outlook.com> Date: Fri Jul 12 18:53:07 2024 +0200 runtime(doc): remove obsolete Ex insert behavior related: https://github.com/vim/vim/issues/15120 closes: https://github.com/vim/vim/issues/15228 Signed-off-by: Mohamed Akram <mohd.akram@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Jul 2024 19:00:10 +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"