view .codecov.yml @ 32305:2567501acf48 v9.0.1484

patch 9.0.1484: Coverity warns for using invalid array index Commit: https://github.com/vim/vim/commit/e1b4822137b74d45fde1d47d2e32b3ae89966092 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 24 18:11:35 2023 +0100 patch 9.0.1484: Coverity warns for using invalid array index Problem: Coverity warns for using invalid array index. Solution: Add entry for Xchacha, even though it is not used.
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Apr 2023 19:15:03 +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"