view .codecov.yml @ 24876:c4ad84c7e15f v8.2.2976

patch 8.2.2976: build failure without the +eval feature Commit: https://github.com/vim/vim/commit/8de901e1f1b051e02a61ae76ad7c925e4c0642e5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 11 22:21:24 2021 +0200 patch 8.2.2976: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jun 2021 22:30:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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