view .codecov.yml @ 31873:7c690775716c v9.0.1269

patch 9.0.1269: channel test often fails on Mac OS Commit: https://github.com/vim/vim/commit/b40c1de38442a26f31efb8473adec7fad560f3d0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 31 21:01:08 2023 +0000 patch 9.0.1269: channel test often fails on Mac OS Problem: Channel test often fails on Mac OS. Solution: Increase the wait time from one to 15 milliseconds. (D. Ben Knoble, closes #11894)
author Bram Moolenaar <Bram@vim.org>
date Tue, 31 Jan 2023 22: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"