view .codecov.yml @ 26329:8afd7aa25ab6

patch 8.2.3695: confusing error for missing key Commit: https://github.com/vim/vim/commit/5c1ec439f0a69e9aa7ece9bbb7d916f48f58be1e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 29 13:44:55 2021 +0000 patch 8.2.3695: confusing error for missing key Problem: Confusing error for missing key. Solution: Use the actualy key for the error. (closes https://github.com/vim/vim/issues/9241)
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Nov 2021 14:45:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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