view .codecov.yml @ 30914:58cb6591ad12 v9.0.0791

patch 9.0.0791: at the hit-Enter prompt the End and Home keys may not work Commit: https://github.com/vim/vim/commit/a353282c13287058fde95bb6eb914e342fd4253c Author: Trygve Aaberge <trygveaa@gmail.com> Date: Tue Oct 18 19:22:25 2022 +0100 patch 9.0.0791: at the hit-Enter prompt the End and Home keys may not work Problem: At the hit-Enter prompt the End and Home keys may not work. Solution: Use the special "@" code for End and Home, like it was done for the cursor keys in patch 8.2.2246. (Trygve Aaberge, closes #11396)
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Oct 2022 20:30:03 +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"