view .codecov.yml @ 31588:e94571ac4134 v9.0.1126

patch 9.0.1126: bracketed paste can be enabled when it is not recognized Commit: https://github.com/vim/vim/commit/fc966c19f85afc6b856a06c00a93c4fe96280d31 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 1 18:04:33 2023 +0000 patch 9.0.1126: bracketed paste can be enabled when it is not recognized Problem: Bracketed paste can be enabled when pasted text is not recognized. Solution: Output t_BE only when t_PS and t_PE are set.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Jan 2023 19:15:03 +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"