view .codecov.yml @ 31119:e2c909e06424 v9.0.0894

patch 9.0.0894: virtual text property highlight ignores window background Commit: https://github.com/vim/vim/commit/ee28c707e474682151554499874fc7bfb53360cb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 17 14:56:00 2022 +0000 patch 9.0.0894: virtual text property highlight ignores window background Problem: Virtual text property highlight ignores window background. Solution: Combine text prop attribute with win_attr into extra_attr. (closes #11462)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Nov 2022 16:00:06 +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"