view .codecov.yml @ 29641:b2cf1634c782 v9.0.0161

patch 9.0.0161: warning for uninitialized variable Commit: https://github.com/vim/vim/commit/bf9158408a9d27932b8678f824cf1fe32d3cd920 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 22:38:02 2022 +0100 patch 9.0.0161: warning for uninitialized variable Problem: Warning for uninitialized variable. (Tony Mechelynck) Solution: Initialize line_attr_save.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Aug 2022 23: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"