view .codecov.yml @ 29140:c6c93dd88e98 v8.2.5090

patch 8.2.5090: MS-Windows: vim.def is no longer used Commit: https://github.com/vim/vim/commit/831d6d4c02ca629e7e7a28537fd9048351e5db5c Author: K.Takata <kentkt@csc.jp> Date: Tue Jun 14 13:58:29 2022 +0100 patch 8.2.5090: MS-Windows: vim.def is no longer used Problem: MS-Windows: vim.def is no longer used. Solution: Delete vim.def. (Ken Takata, closes https://github.com/vim/vim/issues/10569)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 15:00: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"