view .codecov.yml @ 32671:031c73248fa7 v9.0.1666

patch 9.0.1666: compiler may warn for uninitialized variable Commit: https://github.com/vim/vim/commit/a2a90d5e202c3f8c5cbbf945b94833007b5711e7 Author: Christian Brabandt <cb@256bit.org> Date: Mon Jun 26 18:48:09 2023 +0100 patch 9.0.1666: compiler may warn for uninitialized variable Problem: Compiler may warn for uninitialized variable. Solution: Initialize this_props_len. (Christian Brabandt, closes https://github.com/vim/vim/issues/12599)
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Jun 2023 20:00: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"