view .codecov.yml @ 26432:99a512bd8423 v8.2.3747

patch 8.2.3747: cannot remove highlight from an existing sign Commit: https://github.com/vim/vim/commit/0bac5fc5e125b7aa0f3b596c9b7f4381279e6688 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 5 17:45:49 2021 +0000 patch 8.2.3747: cannot remove highlight from an existing sign Problem: Cannot remove highlight from an existing sign. (James McCoy) Solution: Only reject empty argument for a new sign.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 19:00:04 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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