view .codecov.yml @ 28660:a3bcb2a30572 v8.2.4854

patch 8.2.4854: array size does not match usage Commit: https://github.com/vim/vim/commit/2f7e00a8aeceaf1d682d9e797149c1c51654ff68 Author: Christian Brabandt <cb@256bit.org> Date: Mon May 2 00:06:51 2022 +0100 patch 8.2.4854: array size does not match usage Problem: Array size does not match usage. Solution: Make array size 3 instead of 4. (Christian Brabandt, closes https://github.com/vim/vim/issues/10336)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 May 2022 01:15:04 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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