view .codecov.yml @ 30471:584231b9b37e v9.0.0571

patch 9.0.0571: MS-Windows: CTRL-C can make Vim exit Commit: https://github.com/vim/vim/commit/f7e7302acb20b6ef6caa0740da1450b677ac91fb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 24 13:10:04 2022 +0100 patch 9.0.0571: MS-Windows: CTRL-C can make Vim exit Problem: MS-Windows: CTRL-C can make Vim exit. Solution: Check the not-a-term argument.
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Sep 2022 14:15: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"