view .codecov.yml @ 23762:0f89d58eb3e3 v8.2.2422

patch 8.2.2422: crash when deleting with line number out of range Commit: https://github.com/vim/vim/commit/1d859e24218635c57c09801840ff159cb845ae6a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 28 17:24:58 2021 +0100 patch 8.2.2422: crash when deleting with line number out of range Problem: Crash when deleting with line number out of range. (Houyunsong) Solution: Avoid using a negative line number.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Jan 2021 17:30:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%