view .codecov.yml @ 31805:e279b756475b v9.0.1235

patch 9.0.1235: MS-Windows console: not flushing termguicolors Commit: https://github.com/vim/vim/commit/dc7179f9a4cc74d864d1f6414e691d25bac8f831 Author: Christopher Plewright <chris@createng.com> Date: Mon Jan 23 12:33:23 2023 +0000 patch 9.0.1235: MS-Windows console: not flushing termguicolors Problem: MS-Windows console: not flushing termguicolors. Solution: Flush termguicolors. (Christopher Plewright, closes https://github.com/vim/vim/issues/11871)
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Jan 2023 13:45:07 +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"