view .codecov.yml @ 30447:db70368fd2b9 v9.0.0559

patch 9.0.0559: timer test may get stuck at hit-enter prompt Commit: https://github.com/vim/vim/commit/4ecf16bbf951f10fd32c918c9d8bc004b7f8f7c9 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 23 18:22:21 2022 +0100 patch 9.0.0559: timer test may get stuck at hit-enter prompt Problem: Timer test may get stuck at hit-enter prompt. Solution: Feed some more characters.
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Sep 2022 19:30: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"