view .codecov.yml @ 30697:d914a3812d5b v9.0.0683

patch 9.0.0683: cannot specify a time for :echowindow Commit: https://github.com/vim/vim/commit/bdc09a18fca32715687d9911a431da69186528cc Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 7 14:31:45 2022 +0100 patch 9.0.0683: cannot specify a time for :echowindow Problem: Cannot specify a time for :echowindow. Solution: A count can be used to specify the display time. Add popup_findecho().
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Oct 2022 15:45:06 +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"