view .codecov.yml @ 32166:cf48f4b9dc0a v9.0.1414

patch 9.0.1414: <M-S-x> in Kitty does not use the Shift modifier Commit: https://github.com/vim/vim/commit/ea83c194625e51c28a2796eba9ba87b0b9ab23e0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 18 17:22:46 2023 +0000 patch 9.0.1414: <M-S-x> in Kitty does not use the Shift modifier Problem: <M-S-x> in Kitty does not use the Shift modifier. Solution: Apply the Shift modifier to ASCII letters. (closes https://github.com/vim/vim/issues/11913)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Mar 2023 18:30: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"