view .codecov.yml @ 29081:b66386af68f8 v8.2.5062

patch 8.2.5062: Coverity warns for dead code Commit: https://github.com/vim/vim/commit/1f89abf69d2c485c38da9a45161e806de0f86f2f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 6 10:07:01 2022 +0100 patch 8.2.5062: Coverity warns for dead code Problem: Coverity warns for dead code. Solution: Remove the dead code.
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Jun 2022 11:15:05 +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"