view .codecov.yml @ 27090:5e65d802bd52 v8.2.4074

patch 8.2.4074: going over the end of NameBuff Commit: https://github.com/vim/vim/commit/de05bb25733c3319e18dca44e9b59c6ee389eb26 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 13 13:08:14 2022 +0000 patch 8.2.4074: going over the end of NameBuff Problem: Going over the end of NameBuff. Solution: Check length when appending a space.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 14:15:06 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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