view .codecov.yml @ 29507:d3058719eff5 v9.0.0095

patch 9.0.0095: conditions are always true Commit: https://github.com/vim/vim/commit/122dea70073d140aa89212d344c3f62bd3b5b3fa Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Jul 27 15:48:45 2022 +0100 patch 9.0.0095: conditions are always true Problem: Conditions are always true. Solution: Remove useless conditions. (closes https://github.com/vim/vim/issues/10802)
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Jul 2022 17:00:04 +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"