view .codecov.yml @ 33890:d7771987eae6

runtime(doc): sort option-list alphabetically (#13630) Commit: https://github.com/vim/vim/commit/0280c0b9af10323e51b640f5866742b4e6734928 Author: Teppei Taguchi <52838441+tetzng@users.noreply.github.com> Date: Wed Dec 6 00:37:32 2023 +0900 runtime(doc): sort option-list alphabetically (https://github.com/vim/vim/issues/13630) Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Dec 2023 15:16:26 +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"