view .codecov.yml @ 26972:cd1da076adb4 v8.2.4015

patch 8.2.4015: build failure with tiny features Commit: https://github.com/vim/vim/commit/269dc6361888ca23ef8d87f2795753f0bacd95e6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 6 11:43:21 2022 +0000 patch 8.2.4015: build failure with tiny features Problem: Build failure with tiny features. (Tony Mechelynck) Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jan 2022 12:45:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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