view .codecov.yml @ 34150:c2a3b642d4cb

runtime(odin): include ftplugin, syntax and indent script (#13867) Commit: https://github.com/vim/vim/commit/211211052d0426394cbd5f42f3f3f78a64822e2a Author: Maxim Kim <habamax@gmail.com> Date: Wed Jan 17 03:33:51 2024 +1100 runtime(odin): include ftplugin, syntax and indent script (https://github.com/vim/vim/issues/13867) Note for Neovim Contributors: this is bundled as Vim9 Script. If you want to use this on Neovim, you need to convert the Vim9 scripts to Vim Script or Lua or leave it out. Signed-off-by: Maxim Kim <habamax@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 16 Jan 2024 17:45:03 +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"