view .codecov.yml @ 34602:c7680d286e1f

runtime(colors): don't unnecessarily reload v:colornames dict Commit: https://github.com/vim/vim/commit/6d1d18084b7b04ab7fd73331ce59e99b6dd9ad72 Author: Alin Mr <almr.oss@outlook.com> Date: Wed Mar 20 20:26:23 2024 +0100 runtime(colors): don't unnecessarily reload v:colornames dict fixes: https://github.com/vim/vim/issues/14234 closes: https://github.com/vim/vim/issues/14235 Signed-off-by: Alin Mr <almr.oss@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Mar 2024 20:30:08 +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"