view .codecov.yml @ 31926:6072c1d9fe2a v9.0.1295

patch 9.0.1295: the option initialization function is too long Commit: https://github.com/vim/vim/commit/6c41bedeed2a1f98fb9c55ff85634138782ad92a Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Fri Feb 10 14:50:31 2023 +0000 patch 9.0.1295: the option initialization function is too long Problem: The option initialization function is too long. Solution: Move code to separate functions. (Yegappan Lakshmanan, closes #11966)
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Feb 2023 16:00:04 +0100
parents 035fbd9bd1c6
children 0b8312c5dfe0
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"