view .codecov.yml @ 31311:bda1452d81bc v9.0.0989

patch 9.0.0989: popupwin test is more flaky on MacOS Commit: https://github.com/vim/vim/commit/9c8d12c8115640927823919001a03c79d4118063 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 2 15:06:07 2022 +0000 patch 9.0.0989: popupwin test is more flaky on MacOS Problem: Popupwin test is more flaky on MacOS. Solution: Use a longer wait time.
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 16:15:03 +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"