view .codecov.yml @ 29834:b772932fc721 v9.0.0256

patch 9.0.0256: compiler warning for uninitialized variables Commit: https://github.com/vim/vim/commit/5214b294615718cc3f0d2248b76e9970b9fe9d45 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 24 17:32:35 2022 +0100 patch 9.0.0256: compiler warning for uninitialized variables Problem: Compiler warning for uninitialized variables. Solution: Initilize the variables.
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Aug 2022 18:45: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"