view .codecov.yml @ 31855:b7a8611dd9fc v9.0.1260

patch 9.0.1260: Coverity warns for possible NULL pointer usage Commit: https://github.com/vim/vim/commit/836137d89abfaddef688ff2c7e6a2f68d5dfca79 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 29 14:11:24 2023 +0000 patch 9.0.1260: Coverity warns for possible NULL pointer usage Problem: Coverity warns for possible NULL pointer usage. Solution: Change the condition.
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Jan 2023 15:15:04 +0100
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"