view .codecov.yml @ 29138:175eacde28b8 v8.2.5089

patch 8.2.5089: some functions return a different value on failure Commit: https://github.com/vim/vim/commit/ca195cc84fb3f5e497cdbc5f1f53dc1d7efedf48 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Jun 14 13:42:26 2022 +0100 patch 8.2.5089: some functions return a different value on failure Problem: Some functions return a different value on failure. Solution: Initialize the return value earlier. (Yegappan Lakshmanan, closes #10568)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 14:45:07 +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"