view .codecov.yml @ 29706:a680dc1b089d v9.0.0193

patch 9.0.0193: search and match highlgith interfere with virtual text Commit: https://github.com/vim/vim/commit/e38fc86180fd3f6b372648eea6adc3f623fea302 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 11 17:24:50 2022 +0100 patch 9.0.0193: search and match highlgith interfere with virtual text Problem: Search and match highlgith interfere with virtual text highlight. (Ben Jackson) Solution: Check for match highlight after text properties. Reset and restore search highlight when showing virtual text. (closes #10892)
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Aug 2022 18:30:04 +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"