view .codecov.yml @ 33736:2b9192c31108

runtime(doc): fix grammar in termdebug doc, remove trailing spaces (#13505) Commit: https://github.com/vim/vim/commit/20a94f44b3cd4a33fb7d2ce5faf07a5244ba2cae Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Nov 9 15:21:58 2023 +0800 runtime(doc): fix grammar in termdebug doc, remove trailing spaces (https://github.com/vim/vim/issues/13505) Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Nov 2023 08:30:05 +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"