view .codecov.yml @ 29521:f538704ca03b v9.0.0102

patch 9.0.0102: reading past end of line with insert mode completion Commit: https://github.com/vim/vim/commit/a6f9e300161f4cb54713da22f65b261595e8e614 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 28 21:51:37 2022 +0100 patch 9.0.0102: reading past end of line with insert mode completion Problem: Reading past end of line with insert mode completion. Solution: Check text length.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Jul 2022 23:00: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"