view .codecov.yml @ 30964:acafcfb9eb70

Revert unintended Makefile change Commit: https://github.com/vim/vim/commit/f0b567e32a462fe838170a202919d18b53eff987 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 28 16:47:14 2022 +0100 Revert unintended Makefile change
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 11:18:45 +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"