view .codecov.yml @ 29752:b01151812350 v9.0.0216

patch 9.0.0216: undo earlier test sometimes fails on MS-Windows Commit: https://github.com/vim/vim/commit/cce293f87beb57a75ff738fade7fafadbc4a78a9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 15 17:28:27 2022 +0100 patch 9.0.0216: undo earlier test sometimes fails on MS-Windows Problem: Undo earlier test sometimes fails on MS-Windows. Solution: Use another file name.
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Aug 2022 18:30:04 +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"