view .codecov.yml @ 29279:d178aaa96083 v8.2.5157

patch 8.2.5157: MS-Windows GUI: CTRL-key combinations do not always work Commit: https://github.com/vim/vim/commit/4e0fc8956649d3208aeaa1642c5efc44e385d77a Author: LemonBoy <thatlemon@gmail.com> Date: Fri Jun 24 20:18:09 2022 +0100 patch 8.2.5157: MS-Windows GUI: CTRL-key combinations do not always work Problem: MS-Windows GUI: CTRL-key combinations do not always work. Solution: Handle special key combinations better. (closes https://github.com/vim/vim/issues/10613, closes #10602, closes #10579)
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Jun 2022 21:30:02 +0200
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"