view .codecov.yml @ 29277:6e7b9156b08f v8.2.5156

patch 8.2.5156: search timeout test often fails with FreeBSD Commit: https://github.com/vim/vim/commit/e9b74c03618e2dcd01cd71f8d62d620fbce884fa Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 24 20:11:59 2022 +0100 patch 8.2.5156: search timeout test often fails with FreeBSD Problem: Search timeout test often fails with FreeBSD. Solution: Double the maximum time.
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Jun 2022 21:15:03 +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"