view .codecov.yml @ 29910:24fd6fbcd0c0 v9.0.0293

patch 9.0.0293: messages window not hidden when starting a command line Commit: https://github.com/vim/vim/commit/b0509c542ed974cb388d49273d365ff2daf43159 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 12:06:21 2022 +0100 patch 9.0.0293: messages window not hidden when starting a command line Problem: Messages window not hidden when starting a command line. Solution: Hide the messages window. (closes https://github.com/vim/vim/issues/10996)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Aug 2022 13:15:05 +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"