view .codecov.yml @ 32337:a5c73a0f3d35 v9.0.1500

patch 9.0.1500: The falsy operator is not tested properly Commit: https://github.com/vim/vim/commit/58a44751cec55be1ace0d4be5367dc19bc56be5d Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Apr 30 15:29:56 2023 +0100 patch 9.0.1500: The falsy operator is not tested properly Problem: The falsy operator is not tested properly. Solution: Add a few more test cases. (closes https://github.com/vim/vim/issues/12319)
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Apr 2023 16:45: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"