view .codecov.yml @ 30968:35265d9d24df v9.0.0819

patch 9.0.0819 Commit: https://github.com/vim/vim/commit/1577537f109d97a975fda9a899cacfb598617767 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 29 20:01:52 2022 +0100 patch 9.0.0819
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 11:18:48 +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"