view .codecov.yml @ 29886:3ef1fe06690d v9.0.0281

patch 9.0.0281: build failure without the +eval feature Commit: https://github.com/vim/vim/commit/58dcbf1c6586d3873702e035b47829178a91250e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 26 19:58:49 2022 +0100 patch 9.0.0281: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Aug 2022 21:00:06 +0200
parents 035fbd9bd1c6
children 0b8312c5dfe0
line wrap: on
line source

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

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"