view .codecov.yml @ 26386:712648e62913 v8.2.3724

patch 8.2.3724: build error for missing error message in small build Commit: https://github.com/vim/vim/commit/021ef351c2127cf8aa5668a881435a0a12774644 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 2 20:44:42 2021 +0000 patch 8.2.3724: build error for missing error message in small build Problem: Build error for missing error message in small build. Solution: Correct #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Dec 2021 21:45:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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