view .codecov.yml @ 28996:54247d52bee9 v8.2.5020

patch 8.2.5020: using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen' Commit: https://github.com/vim/vim/commit/c7e54efe4dc2bd8fd86feb4a26b4485b7b4c8578 Author: Milly <milly.ca@gmail.com> Date: Thu May 26 13:16:25 2022 +0100 patch 8.2.5020: using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen' Problem: Using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'. Solution: Save and restore the KeyTyped flag. (closes https://github.com/vim/vim/issues/10479)
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 May 2022 14: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"