view .codecov.yml @ 35509:0c191d9c6206

runtime(dockerfile): enable spellchecking of comments in syntax script Commit: https://github.com/vim/vim/commit/3d2a996267758284c85b893401d2e331496eb154 Author: Kafva <36083692+Kafva@users.noreply.github.com> Date: Thu Jul 4 11:38:00 2024 +0200 runtime(dockerfile): enable spellchecking of comments in syntax script closes: https://github.com/vim/vim/issues/15147 Signed-off-by: Kafva <36083692+Kafva@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Jul 2024 11:45:02 +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"