view .codecov.yml @ 32389:03f2f598094d v9.0.1526

patch 9.0.1526: condition is always true Commit: https://github.com/vim/vim/commit/d619d6a9c6fa0e4295c817a88f84f0bab9457bbe Author: zeertzjq <zeertzjq@outlook.com> Date: Mon May 8 15:56:21 2023 +0100 patch 9.0.1526: condition is always true Problem: Condition is always true. Solution: Remove unnecessary condition. (closes https://github.com/vim/vim/issues/12359)
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 May 2023 17:00: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"