view .codecov.yml @ 34801:3c4513ec1b58 v9.1.0273

patch 9.1.0273: filetype: keymap files are not recognized Commit: https://github.com/vim/vim/commit/b78753db5fac879a76da3519101e815451d0d455 Author: 0xadk <0xadk@users.noreply.github.com> Date: Sun Apr 7 18:22:41 2024 +0200 patch 9.1.0273: filetype: keymap files are not recognized Problem: filetype: keymap files are not recognized Solution: Detect '*.keymap' files as Device Tree Files (0xadk) closes: #14434 Signed-off-by: 0xadk <0xadk@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Apr 2024 18:30:04 +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"