view .codecov.yml @ 34167:249728d5f11e

runtime(filetype): detect *.ck files as Chuck filetype (#13888) Commit: https://github.com/vim/vim/commit/27a4632af675345f9d3b4f3d66a63756835df8cc Author: Christian Brabandt <cb@256bit.org> Date: Fri Jan 19 22:30:34 2024 +0000 runtime(filetype): detect *.ck files as Chuck filetype (https://github.com/vim/vim/issues/13888) closes https://github.com/vim/vim/issues/13886 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 19 Jan 2024 23:45: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"