view .codecov.yml @ 31113:6ff733178f8b v9.0.0891

patch 9.0.0891: virtual text below after match has wrong highlight Commit: https://github.com/vim/vim/commit/fc1b2d0961ad963e6337c25efe082f4c526aca5e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 16 22:12:57 2022 +0000 patch 9.0.0891: virtual text below after match has wrong highlight Problem: Virtual text below after match has wrong highlight. Solution: Restore search_attr only after the virtual text. (closes #11446)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Nov 2022 23:15: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"